Implementation notes: amd64, waldorf, crypto_aead/omdsha512k128n128tau128v1

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_aead
Primitive: omdsha512k128n128tau128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
254156sse4gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
258848sse4gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
261704sse4gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
267016sse4clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
279468sse4gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715
407388refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
431932refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
470648refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
496604refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
559264refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715

Test failure

Implementation: crypto_aead/omdsha512k128n128tau128v1/avx1
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
error 111

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments avx1
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv avx1
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv avx1
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv avx1
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv avx1

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v1/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
sha512.c: sha512.c:206:18: warning: incompatible pointer types initializing 'const uint64_t *' (aka 'const unsigned long *') with an expression of type 'const unsigned char *' [-Wincompatible-pointer-types]
sha512.c: const uint64_t *W=in;
sha512.c: ^ ~~
sha512.c: 1 warning generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
sha512.c: sha512.c: In function 'sha512_comp':
sha512.c: sha512.c:206:20: warning: initialization from incompatible pointer type
sha512.c: const uint64_t *W=in;
sha512.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