Implementation notes: amd64, waldorf, crypto_aead/aes256otrpv2

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_aead
Primitive: aes256otrpv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
252404refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
297892refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
342380refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715
358104refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
368492refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715

Compiler output

Implementation: crypto_aead/aes256otrpv2/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
OTR.c: OTR.c:51:7: warning: built-in function 'gamma' declared as non-function
OTR.c: uint8 gamma[BLOCK]={0}, gamma2[BLOCK]={0}, Q[BLOCK]={0};
OTR.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