Implementation notes: amd64, utrecht, crypto_aead/enchilada128v1

Computer: utrecht
Architecture: amd64
CPU ID: GenuineIntel-000006fb-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: enchilada128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
32811741refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080520160731
33690411refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080520160731
33808509refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080520160731
33870555refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080520160731

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 [enabled by default]
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 [enabled by default]
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