Implementation notes: x86, thoth, crypto_aead/aes128otrsv2

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes128otrsv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
201732refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072620160724
205050refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072620160724
235454refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072620160724
265849refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072620160724
281984refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072620160724

Compiler output

Implementation: crypto_aead/aes128otrsv2/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