Implementation notes: amd64, sliver, crypto_aead/omdsha256k128n96tau128v2

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: omdsha256k128n96tau128v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
542736refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072420160718
708210refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072420160718
741432refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072420160718
775062refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072420160718
797448refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072420160718

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.c: /tmp/try-anything-a059ba.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_aead_omdsha256k128n96tau128v2.a(encrypt.o):(.text+0x...): undefined reference to `PSHUFFLE_BYTE_FLIP_MASK'
try.c: /usr/bin/ld: crypto_aead_omdsha256k128n96tau128v2.a(encrypt.o): relocation R_X86_64_PC32 against `PSHUFFLE_BYTE_FLIP_MASK' can not be used when making a shared object; recompile with -fPIC
try.c: /usr/bin/ld: final link failed: Bad value
try.c: clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments avx1

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.c: /tmp/try-anything-ce5ddd.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp/try-anything-d8cb33.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/sse4
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.c: /tmp/try-anything-eefc1b.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: crypto_aead_omdsha256k128n96tau128v2.a(encrypt.o):(.text+0x...): undefined reference to `_SHUF_00BA'
try.c: /usr/bin/ld: crypto_aead_omdsha256k128n96tau128v2.a(encrypt.o): relocation R_X86_64_PC32 against `_SHUF_00BA' can not be used when making a shared object; recompile with -fPIC
try.c: /usr/bin/ld: final link failed: Bad value
try.c: clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments sse4

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//cc4XZTkT.s: Assembler messages:
encrypt.c: /tmp//cc4XZTkT.s:958: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:959: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:960: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:961: Error: no such instruction: `movl $1,8(%rsp)'
encrypt.c: /tmp//cc4XZTkT.s:964: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//cc4XZTkT.s:965: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//cc4XZTkT.s:967: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:971: Error: no such instruction: `movl %edx,%eax'
encrypt.c: /tmp//cc4XZTkT.s:982: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:984: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:988: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:990: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:992: Error: no such instruction: `movl $0,8(%rsp)'
encrypt.c: /tmp//cc4XZTkT.s:995: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//cc4XZTkT.s:996: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//cc4XZTkT.s:998: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:1001: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:1002: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//cc4XZTkT.s:1003: Error: no such instruction: `movl %edx,%eax'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv sse4

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//ccUFaxdH.s: Assembler messages:
encrypt.c: /tmp//ccUFaxdH.s:23: Error: no such instruction: `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp//ccUFaxdH.s:24: Error: no such instruction: `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp//ccUFaxdH.s:25: Error: no such instruction: `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp//ccUFaxdH.s:28: Error: no such instruction: `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: /tmp//ccUFaxdH.s:29: Error: no such instruction: `vpshufb xmm4,xmm4,xmm13'
encrypt.c: /tmp//ccUFaxdH.s:30: Error: no such instruction: `vmovdqu xmm5,[rdi+1*16]'
encrypt.c: /tmp//ccUFaxdH.s:31: Error: no such instruction: `vpshufb xmm5,xmm5,xmm13'
encrypt.c: /tmp//ccUFaxdH.s:32: Error: no such instruction: `vmovdqu xmm6,[rdi+2*16]'
encrypt.c: /tmp//ccUFaxdH.s:33: Error: no such instruction: `vpshufb xmm6,xmm6,xmm13'
encrypt.c: /tmp//ccUFaxdH.s:34: Error: no such instruction: `vmovdqu xmm7,[rdi+3*16]'
encrypt.c: /tmp//ccUFaxdH.s:35: Error: no such instruction: `vpshufb xmm7,xmm7,xmm13'
encrypt.c: /tmp//ccUFaxdH.s:40: Error: no such instruction: `vpaddd xmm9,xmm4,[rbp+0*16]'
encrypt.c: /tmp//ccUFaxdH.s:41: Error: no such instruction: `vmovdqa [rsp+16],xmm9'
encrypt.c: /tmp//ccUFaxdH.s:45: Error: no such instruction: `vpalignr xmm0,xmm7,xmm6,4'
encrypt.c: /tmp//ccUFaxdH.s:52: Error: no such instruction: `vpaddd xmm0,xmm0,xmm4'
encrypt.c: /tmp//ccUFaxdH.s:56: Error: no such instruction: `vpalignr xmm1,xmm5,xmm4,4'
encrypt.c: /tmp//ccUFaxdH.s:66: Error: no such instruction: `vpsrld xmm2,xmm1,7'
encrypt.c: /tmp//ccUFaxdH.s:70: Error: no such instruction: `vpslld xmm3,xmm1,(32-7)'
encrypt.c: /tmp//ccUFaxdH.s:73: Error: no such instruction: `vpor xmm3,xmm3,xmm2'
encrypt.c: /tmp//ccUFaxdH.s:82: Error: no such instruction: `vpsrld xmm2,xmm1,18'
encrypt.c: /tmp//ccUFaxdH.s:86: Error: no such instruction: `vpsrld xmm8,xmm1,3'
encrypt.c: /tmp//ccUFaxdH.s:91: Error: no such instruction: `vpslld xmm1,xmm1,(32-18)'
encrypt.c: /tmp//ccUFaxdH.s:94: Error: no such instruction: `vpxor xmm3,xmm3,xmm1'
encrypt.c: /tmp//ccUFaxdH.s:98: Error: no such instruction: `vpxor xmm3,xmm3,xmm2'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv avx1

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccjsl22J.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//cctxMWLw.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//ccktrJ6I.s: Assembler messages:
encrypt.c: /tmp//ccktrJ6I.s:958: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:959: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:960: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:961: Error: no such instruction: `movl $1,8(%rsp)'
encrypt.c: /tmp//ccktrJ6I.s:964: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//ccktrJ6I.s:965: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//ccktrJ6I.s:967: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:971: Error: no such instruction: `movl %edx,%eax'
encrypt.c: /tmp//ccktrJ6I.s:982: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:984: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:988: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:990: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:992: Error: no such instruction: `movl $0,8(%rsp)'
encrypt.c: /tmp//ccktrJ6I.s:995: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//ccktrJ6I.s:996: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//ccktrJ6I.s:998: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:1001: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:1002: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccktrJ6I.s:1003: Error: no such instruction: `movl %edx,%eax'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv sse4

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//ccm0kNUm.s: Assembler messages:
encrypt.c: /tmp//ccm0kNUm.s:23: Error: no such instruction: `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp//ccm0kNUm.s:24: Error: no such instruction: `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp//ccm0kNUm.s:25: Error: no such instruction: `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp//ccm0kNUm.s:28: Error: no such instruction: `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: /tmp//ccm0kNUm.s:29: Error: no such instruction: `vpshufb xmm4,xmm4,xmm13'
encrypt.c: /tmp//ccm0kNUm.s:30: Error: no such instruction: `vmovdqu xmm5,[rdi+1*16]'
encrypt.c: /tmp//ccm0kNUm.s:31: Error: no such instruction: `vpshufb xmm5,xmm5,xmm13'
encrypt.c: /tmp//ccm0kNUm.s:32: Error: no such instruction: `vmovdqu xmm6,[rdi+2*16]'
encrypt.c: /tmp//ccm0kNUm.s:33: Error: no such instruction: `vpshufb xmm6,xmm6,xmm13'
encrypt.c: /tmp//ccm0kNUm.s:34: Error: no such instruction: `vmovdqu xmm7,[rdi+3*16]'
encrypt.c: /tmp//ccm0kNUm.s:35: Error: no such instruction: `vpshufb xmm7,xmm7,xmm13'
encrypt.c: /tmp//ccm0kNUm.s:40: Error: no such instruction: `vpaddd xmm9,xmm4,[rbp+0*16]'
encrypt.c: /tmp//ccm0kNUm.s:41: Error: no such instruction: `vmovdqa [rsp+16],xmm9'
encrypt.c: /tmp//ccm0kNUm.s:45: Error: no such instruction: `vpalignr xmm0,xmm7,xmm6,4'
encrypt.c: /tmp//ccm0kNUm.s:52: Error: no such instruction: `vpaddd xmm0,xmm0,xmm4'
encrypt.c: /tmp//ccm0kNUm.s:56: Error: no such instruction: `vpalignr xmm1,xmm5,xmm4,4'
encrypt.c: /tmp//ccm0kNUm.s:66: Error: no such instruction: `vpsrld xmm2,xmm1,7'
encrypt.c: /tmp//ccm0kNUm.s:70: Error: no such instruction: `vpslld xmm3,xmm1,(32-7)'
encrypt.c: /tmp//ccm0kNUm.s:73: Error: no such instruction: `vpor xmm3,xmm3,xmm2'
encrypt.c: /tmp//ccm0kNUm.s:82: Error: no such instruction: `vpsrld xmm2,xmm1,18'
encrypt.c: /tmp//ccm0kNUm.s:86: Error: no such instruction: `vpsrld xmm8,xmm1,3'
encrypt.c: /tmp//ccm0kNUm.s:91: Error: no such instruction: `vpslld xmm1,xmm1,(32-18)'
encrypt.c: /tmp//ccm0kNUm.s:94: Error: no such instruction: `vpxor xmm3,xmm3,xmm1'
encrypt.c: /tmp//ccm0kNUm.s:98: Error: no such instruction: `vpxor xmm3,xmm3,xmm2'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv avx1

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/ref
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccDhvAav.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//ccyUW8ek.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//ccIMA6iB.s: Assembler messages:
encrypt.c: /tmp//ccIMA6iB.s:956: Error: no such instruction: `movl $1,8(%rsp)'
encrypt.c: /tmp//ccIMA6iB.s:957: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:959: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:961: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:963: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//ccIMA6iB.s:964: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//ccIMA6iB.s:966: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:969: Error: no such instruction: `movl %edx,%eax'
encrypt.c: /tmp//ccIMA6iB.s:980: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:982: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:988: Error: no such instruction: `movl $0,8(%rsp)'
encrypt.c: /tmp//ccIMA6iB.s:989: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:991: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:993: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//ccIMA6iB.s:994: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//ccIMA6iB.s:996: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:999: Error: no such instruction: `movl %edx,%eax'
encrypt.c: /tmp//ccIMA6iB.s:1000: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccIMA6iB.s:1001: Error: invalid operand for 'movq' ('(' unexpected)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv sse4

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//ccitMVNC.s: Assembler messages:
encrypt.c: /tmp//ccitMVNC.s:23: Error: no such instruction: `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp//ccitMVNC.s:24: Error: no such instruction: `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp//ccitMVNC.s:25: Error: no such instruction: `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp//ccitMVNC.s:28: Error: no such instruction: `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: /tmp//ccitMVNC.s:29: Error: no such instruction: `vpshufb xmm4,xmm4,xmm13'
encrypt.c: /tmp//ccitMVNC.s:30: Error: no such instruction: `vmovdqu xmm5,[rdi+1*16]'
encrypt.c: /tmp//ccitMVNC.s:31: Error: no such instruction: `vpshufb xmm5,xmm5,xmm13'
encrypt.c: /tmp//ccitMVNC.s:32: Error: no such instruction: `vmovdqu xmm6,[rdi+2*16]'
encrypt.c: /tmp//ccitMVNC.s:33: Error: no such instruction: `vpshufb xmm6,xmm6,xmm13'
encrypt.c: /tmp//ccitMVNC.s:34: Error: no such instruction: `vmovdqu xmm7,[rdi+3*16]'
encrypt.c: /tmp//ccitMVNC.s:35: Error: no such instruction: `vpshufb xmm7,xmm7,xmm13'
encrypt.c: /tmp//ccitMVNC.s:40: Error: no such instruction: `vpaddd xmm9,xmm4,[rbp+0*16]'
encrypt.c: /tmp//ccitMVNC.s:41: Error: no such instruction: `vmovdqa [rsp+16],xmm9'
encrypt.c: /tmp//ccitMVNC.s:45: Error: no such instruction: `vpalignr xmm0,xmm7,xmm6,4'
encrypt.c: /tmp//ccitMVNC.s:52: Error: no such instruction: `vpaddd xmm0,xmm0,xmm4'
encrypt.c: /tmp//ccitMVNC.s:56: Error: no such instruction: `vpalignr xmm1,xmm5,xmm4,4'
encrypt.c: /tmp//ccitMVNC.s:66: Error: no such instruction: `vpsrld xmm2,xmm1,7'
encrypt.c: /tmp//ccitMVNC.s:70: Error: no such instruction: `vpslld xmm3,xmm1,(32-7)'
encrypt.c: /tmp//ccitMVNC.s:73: Error: no such instruction: `vpor xmm3,xmm3,xmm2'
encrypt.c: /tmp//ccitMVNC.s:82: Error: no such instruction: `vpsrld xmm2,xmm1,18'
encrypt.c: /tmp//ccitMVNC.s:86: Error: no such instruction: `vpsrld xmm8,xmm1,3'
encrypt.c: /tmp//ccitMVNC.s:91: Error: no such instruction: `vpslld xmm1,xmm1,(32-18)'
encrypt.c: /tmp//ccitMVNC.s:94: Error: no such instruction: `vpxor xmm3,xmm3,xmm1'
encrypt.c: /tmp//ccitMVNC.s:98: Error: no such instruction: `vpxor xmm3,xmm3,xmm2'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv avx1

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/ref
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//cchzalwa.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//ccFXOvz1.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//ccdwpuMc.s: Assembler messages:
encrypt.c: /tmp//ccdwpuMc.s:23: Error: no such instruction: `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp//ccdwpuMc.s:24: Error: no such instruction: `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp//ccdwpuMc.s:25: Error: no such instruction: `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp//ccdwpuMc.s:28: Error: no such instruction: `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: /tmp//ccdwpuMc.s:29: Error: no such instruction: `vpshufb xmm4,xmm4,xmm13'
encrypt.c: /tmp//ccdwpuMc.s:30: Error: no such instruction: `vmovdqu xmm5,[rdi+1*16]'
encrypt.c: /tmp//ccdwpuMc.s:31: Error: no such instruction: `vpshufb xmm5,xmm5,xmm13'
encrypt.c: /tmp//ccdwpuMc.s:32: Error: no such instruction: `vmovdqu xmm6,[rdi+2*16]'
encrypt.c: /tmp//ccdwpuMc.s:33: Error: no such instruction: `vpshufb xmm6,xmm6,xmm13'
encrypt.c: /tmp//ccdwpuMc.s:34: Error: no such instruction: `vmovdqu xmm7,[rdi+3*16]'
encrypt.c: /tmp//ccdwpuMc.s:35: Error: no such instruction: `vpshufb xmm7,xmm7,xmm13'
encrypt.c: /tmp//ccdwpuMc.s:40: Error: no such instruction: `vpaddd xmm9,xmm4,[rbp+0*16]'
encrypt.c: /tmp//ccdwpuMc.s:41: Error: no such instruction: `vmovdqa [rsp+16],xmm9'
encrypt.c: /tmp//ccdwpuMc.s:45: Error: no such instruction: `vpalignr xmm0,xmm7,xmm6,4'
encrypt.c: /tmp//ccdwpuMc.s:52: Error: no such instruction: `vpaddd xmm0,xmm0,xmm4'
encrypt.c: /tmp//ccdwpuMc.s:56: Error: no such instruction: `vpalignr xmm1,xmm5,xmm4,4'
encrypt.c: /tmp//ccdwpuMc.s:66: Error: no such instruction: `vpsrld xmm2,xmm1,7'
encrypt.c: /tmp//ccdwpuMc.s:70: Error: no such instruction: `vpslld xmm3,xmm1,(32-7)'
encrypt.c: /tmp//ccdwpuMc.s:73: Error: no such instruction: `vpor xmm3,xmm3,xmm2'
encrypt.c: /tmp//ccdwpuMc.s:82: Error: no such instruction: `vpsrld xmm2,xmm1,18'
encrypt.c: /tmp//ccdwpuMc.s:86: Error: no such instruction: `vpsrld xmm8,xmm1,3'
encrypt.c: /tmp//ccdwpuMc.s:91: Error: no such instruction: `vpslld xmm1,xmm1,(32-18)'
encrypt.c: /tmp//ccdwpuMc.s:94: Error: no such instruction: `vpxor xmm3,xmm3,xmm1'
encrypt.c: /tmp//ccdwpuMc.s:98: Error: no such instruction: `vpxor xmm3,xmm3,xmm2'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv avx1

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
encrypt.c: /tmp//ccvgZpkT.s: Assembler messages:
encrypt.c: /tmp//ccvgZpkT.s:957: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccvgZpkT.s:958: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccvgZpkT.s:959: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccvgZpkT.s:960: Error: no such instruction: `movl $1,8(%rsp)'
encrypt.c: /tmp//ccvgZpkT.s:963: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//ccvgZpkT.s:964: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//ccvgZpkT.s:966: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//ccvgZpkT.s:970: Error: no such instruction: `movl %edx,%eax'
encrypt.c: /tmp//ccvgZpkT.s:988: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccvgZpkT.s:989: Error: invalid operand for 'movq' ('(' unexpected)
encrypt.c: /tmp//ccvgZpkT.s:990: Error: no such instruction: `movl $0,8(%rsp)'
encrypt.c: /tmp//ccvgZpkT.s:993: Error: no such instruction: `cmpl $-1,%eax'
encrypt.c: /tmp//ccvgZpkT.s:994: Error: no such instruction: `movl %eax,%edx'
encrypt.c: /tmp//ccvgZpkT.s:996: Error: invalid operand for 'lea' ('(' unexpected)
encrypt.c: /tmp//ccvgZpkT.s:1000: Error: no such instruction: `movl %edx,%eax'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv sse4

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/ref
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//ccQq4DwN.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//cc692JaM.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref