Implementation notes: amd64, par, crypto_aead/enchilada128v1

Computer: par
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: enchilada128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
3438380refgcc -funroll-loops -march=native -mcpu=native -O32016121420161026
3947580refgcc -march=native -mcpu=native -O32016121420161026
15542480refgcc -funroll-loops -march=native -mcpu=native -O22016121420161026
22175320refgcc -march=native -mcpu=native -O22016121420161026
28368600refgcc -funroll-loops -march=native -mcpu=native -Os2016121420161026
28456080refgcc -march=native -mcpu=native -Os2016121420161026

Compiler output

Implementation: crypto_aead/enchilada128v1/ref
Compiler: gcc -funroll-loops -march=native -mcpu=native -O2
aes.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
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: ^
auth.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
chacha.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
enchilada.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
measure.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mcpu=native -O2 ref
gcc -funroll-loops -march=native -mcpu=native -O3 ref
gcc -funroll-loops -march=native -mcpu=native -Os ref
gcc -march=native -mcpu=native -O2 ref
gcc -march=native -mcpu=native -O3 ref
gcc -march=native -mcpu=native -Os ref