Implementation notes: amd64, pluton1mn, crypto_aead/enchilada128v1

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: enchilada128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
6049330reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
6389866reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
26419400refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
26783680refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
28151340refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
32763430refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_aead/enchilada128v1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
aes.c: aes.c: In function 'aes_encrypt':
aes.c: aes.c:389:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
aes.c: keys = rk ;
aes.c: ^
aes.c: aes.c: In function 'aes_decrypt':
aes.c: aes.c:407:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
aes.c: keys = rk ;
aes.c: ^

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/enchilada128v1/ref
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
aes.c: aes.c(389): warning #2332: a value of type "const byte={unsigned char} *" cannot be assigned to an entity of type "byte={unsigned char} *" (dropping qualifiers)
aes.c: keys = rk ;
aes.c: ^
aes.c:
aes.c: aes.c(407): warning #2332: a value of type "const byte={unsigned char} *" cannot be assigned to an entity of type "byte={unsigned char} *" (dropping qualifiers)
aes.c: keys = rk ;
aes.c: ^
aes.c:

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