Implementation notes: amd64, pluton1mn, crypto_aead/juliusv1draft

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: juliusv1draft

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
aes.c: aes.c: In function 'printstate':
aes.c: aes.c:530:10: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^~~~~~
aes.c: aes.c:530:10: warning: incompatible implicit declaration of built-in function 'printf'
aes.c: aes.c:530:10: note: include 'gt;' or provide a declaration of 'printf'
aes.c: aes.c:531:4: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
aes.c: puts("");
aes.c: ^~~~
aes.c: aes.c: In function 'print_rnd_key':
aes.c: aes.c:539:7: warning: incompatible implicit declaration of built-in function 'printf'
aes.c: printf("%08x",key[idx]);
aes.c: ^~~~~~
aes.c: aes.c:539:7: note: include 'gt;' or provide a declaration of 'printf'
encrypt.c: In file included from encrypt.c:10:0:
encrypt.c: functions.c:2:21: fatal error: AES/aes.c: No such file or directory
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c: compilation terminated.

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

Compiler output

Implementation: crypto_aead/juliusv1draft/ref
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
aes.c: aes.c(530): warning #266: function "printf" declared implicitly
aes.c: printf("%02x",state[idx2][idx]);
aes.c: ^
aes.c:
aes.c: aes.c(531): warning #266: function "puts" declared implicitly
aes.c: puts("");
aes.c: ^
aes.c:
aes.c: aes.c(539): warning #266: function "printf" declared implicitly
aes.c: printf("%08x",key[idx]);
aes.c: ^
aes.c:
aes.c: aes.c(540): warning #266: function "puts" declared implicitly
aes.c: puts("");
aes.c: ^
aes.c:
encrypt.c: In file included from encrypt.c(10):
encrypt.c: functions.c(2): catastrophic error: cannot open source file "AES/aes.c"
encrypt.c: #include "AES/aes.c"
encrypt.c: ^
encrypt.c:
encrypt.c: compilation aborted for encrypt.c (code 4)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -xMIC-AVX512 -O2 -fomit-frame-pointer ref
icc -xMIC-AVX512 -O3 -fomit-frame-pointer ref