Implementation notes: amd64, pluton1mn, crypto_aead/twine80n6clocv1

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: twine80n6clocv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
2182208reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
2209942reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
2282560refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
2386734refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
2399544refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
2538312refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_aead/twine80n6clocv1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
cloc.c: cloc.c: In function 'process_ad':
cloc.c: cloc.c:64:3: warning: implicit declaration of function 'pstate2' [-Wimplicit-function-declaration]
cloc.c: pstate2("After xoring associated data:", state);
cloc.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/twine80n6clocv1/ref
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
cloc.c: cloc.c(64): warning #266: function "pstate2" declared implicitly
cloc.c: pstate2("After xoring associated data:", state);
cloc.c: ^
cloc.c:
cloc.c: cloc.c(72): warning #266: function "pstate2" declared implicitly
cloc.c: pstate2("After processing last partial associated data block:", state);
cloc.c: ^
cloc.c:
cloc.c: cloc.c(93): warning #266: function "pstate2" declared implicitly
cloc.c: pstate2("After applying f1/f2 to state:", state);
cloc.c: ^
cloc.c:
cloc.c: cloc.c(133): warning #266: function "pstate2" declared implicitly
cloc.c: pstate2("After xoring message block:", es);
cloc.c: ^
cloc.c:
cloc.c: cloc.c(138): warning #266: function "pstate2" declared implicitly
cloc.c: pstate2("After xoring ciphertext block:", es);
cloc.c: ^
cloc.c:
cloc.c: cloc.c(145): warning #266: function "pstate2" declared implicitly
cloc.c: pstate2("After applying fix1:", es);
cloc.c: ^
cloc.c:
cloc.c: cloc.c(154): warning #266: function "pstate2" declared implicitly
cloc.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