Implementation notes: amd64, waldorf, crypto_hash/hamsi

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_hash
Primitive: hamsi
TimeImplementationCompilerBenchmark dateSUPERCOP version
52284simd-2clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
52916simd-1clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
57712bernstein/small-simd-2clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
57944simd-1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
58920simd-2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
59372simd-2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
59456simd-1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
59960simd-1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
62680simd-2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
64004bernstein/small-simd-2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
68220bernstein/small-simd-2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
70096bernstein/small-simd-2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
80920simd-2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715
81044simd-1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715
103964bernstein/small-simd-2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715

Compiler output

Implementation: crypto_hash/hamsi/sphlib
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
hamsi.c: hamsi.c:111:10: fatal error: 'hamsi_helper.c' file not found
hamsi.c: #include "hamsi_helper.c"
hamsi.c: ^
hamsi.c: 1 error generated.

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

Compiler output

Implementation: crypto_hash/hamsi/sphlib
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
hamsi.c: hamsi.c:111:26: fatal error: hamsi_helper.c: No such file or directory
hamsi.c: #include "hamsi_helper.c"
hamsi.c: ^
hamsi.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv sphlib sphlib-small
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv sphlib sphlib-small
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv sphlib sphlib-small
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv sphlib sphlib-small