Implementation notes: amd64, sliver, crypto_aead/aes128poetv1aes4

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: aes128poetv1aes4
TimeImplementationCompilerBenchmark dateSUPERCOP version
3366972refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072420160718
36119472refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072420160718
52927404refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072420160718
53012262refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072420160718
55584846refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072420160718

Compiler output

Implementation: crypto_aead/aes128poetv1aes4/ni
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
aes-ni.c: In file included from aes-ni.c:1:
aes-ni.c: ./aes-ni.h:1:9: warning: '_AESNI_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
aes-ni.c: #ifndef _AESNI_H_
aes-ni.c: ^~~~~~~~~
aes-ni.c: ./aes-ni.h:2:9: note: '_AESNI_HL_' is defined here; did you mean '_AESNI_H_'?
aes-ni.c: #define _AESNI_HL_
aes-ni.c: ^~~~~~~~~~
aes-ni.c: _AESNI_H_
aes-ni.c: 1 warning generated.
encrypt.c: In file included from encrypt.c:6:
encrypt.c: In file included from ./poet.h:6:
encrypt.c: ./aes-ni.h:1:9: warning: '_AESNI_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
encrypt.c: #ifndef _AESNI_H_
encrypt.c: ^~~~~~~~~
encrypt.c: ./aes-ni.h:2:9: note: '_AESNI_HL_' is defined here; did you mean '_AESNI_H_'?
encrypt.c: #define _AESNI_HL_
encrypt.c: ^~~~~~~~~~
encrypt.c: _AESNI_H_
encrypt.c: In file included from encrypt.c:6:
encrypt.c: ./poet.h:1:9: warning: '_POET_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
encrypt.c: #ifndef _POET_H_
encrypt.c: ^~~~~~~~
encrypt.c: ./poet.h:2:9: note: '_POET_HL_' is defined here; did you mean '_POET_H_'?
encrypt.c: #define _POET_HL_
encrypt.c: ^~~~~~~~~
encrypt.c: _POET_H_
encrypt.c: 2 warnings generated.
poet.c: poet.c:4:10: fatal error: 'byteswap.h' file not found
poet.c: #include gt;
poet.c: ^
poet.c: 1 error generated.

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

Compiler output

Implementation: crypto_aead/aes128poetv1aes4/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:5:
encrypt.c: ./poet.h:1:9: warning: '_POET_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
encrypt.c: #ifndef _POET_H_
encrypt.c: ^~~~~~~~
encrypt.c: ./poet.h:2:9: note: '_POET_HL_' is defined here; did you mean '_POET_H_'?
encrypt.c: #define _POET_HL_
encrypt.c: ^~~~~~~~~
encrypt.c: _POET_H_
encrypt.c: 1 warning generated.
poet.c: In file included from poet.c:7:
poet.c: ./poet.h:1:9: warning: '_POET_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
poet.c: #ifndef _POET_H_
poet.c: ^~~~~~~~
poet.c: ./poet.h:2:9: note: '_POET_HL_' is defined here; did you mean '_POET_H_'?
poet.c: #define _POET_HL_
poet.c: ^~~~~~~~~
poet.c: _POET_H_
poet.c: 1 warning generated.
try.c: /tmp/try-anything-a39d0d.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-7509f9.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/aes128poetv1aes4/ni
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
aes-ni.c: In file included from aes-ni.c:1:
aes-ni.c: aes-ni.h:4:23: error: wmmintrin.h: No such file or directory
aes-ni.c: aes-ni.h:6:23: error: smmintrin.h: No such file or directory
aes-ni.c: aes-ni.c: In function 'AES_Key_Dec':
aes-ni.c: aes-ni.c:6: error: incompatible types in assignment
aes-ni.c: aes-ni.c:7: error: incompatible types in assignment
aes-ni.c: aes-ni.c:8: error: incompatible types in assignment
aes-ni.c: aes-ni.c:9: error: incompatible types in assignment
aes-ni.c: aes-ni.c:10: error: incompatible types in assignment
aes-ni.c: aes-ni.c:11: error: incompatible types in assignment
aes-ni.c: aes-ni.c:12: error: incompatible types in assignment
aes-ni.c: aes-ni.c:13: error: incompatible types in assignment
aes-ni.c: aes-ni.c:14: error: incompatible types in assignment
aes-ni.c: aes-ni.c: In function 'AESNI_Key_Expansion':
aes-ni.c: aes-ni.c:39: error: incompatible types in assignment
aes-ni.c: aes-ni.c:42: error: incompatible types in assignment
aes-ni.c: aes-ni.c:45: error: incompatible types in assignment
aes-ni.c: aes-ni.c:48: error: incompatible types in assignment
aes-ni.c: aes-ni.c:51: error: incompatible types in assignment
aes-ni.c: aes-ni.c:54: error: incompatible types in assignment
aes-ni.c: aes-ni.c:57: error: incompatible types in assignment
aes-ni.c: aes-ni.c:60: error: incompatible types in assignment
aes-ni.c: aes-ni.c:63: error: incompatible types in assignment
aes-ni.c: aes-ni.c:66: error: incompatible types in assignment
aes-ni.c: aes-ni.c: In function 'AESNI_encrypt':
aes-ni.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ni
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ni
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ni
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ni

Compiler output

Implementation: crypto_aead/aes128poetv1aes4/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//cccIZvnA.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//ccfyWd9x.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/aes128poetv1aes4/ref
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//cc7r4F2x.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//cc8afYNC.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/aes128poetv1aes4/ref
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccDqJ7gb.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//ccRN1moY.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/aes128poetv1aes4/ref
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//ccpjvRpF.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//ccIUv4HS.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