Implementation notes: amd64, h4atom, crypto_dh/claus

Computer: h4atom
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20160806
Operation: crypto_dh
Primitive: claus
TimeImplementationCompilerBenchmark dateSUPERCOP version
43221792gmpg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016081420160806
43320440gmpg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016081420160806
43328312gmpg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016081420160806
43422248gmpclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016081420160806
43446816gmpg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016081420160806
44503488opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016081420160806
44504728opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016081420160806
44521504opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016081420160806
44526872opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016081420160806
44535016opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016081420160806
49396336cryptoppg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016081420160806
49484408cryptoppg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016081420160806
49562768cryptoppg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016081420160806
49578264cryptoppg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016081420160806
49593896cryptoppclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016081420160806

Compiler output

Implementation: crypto_dh/claus/ntl
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
keypair.cpp: keypair.cpp:1:10: fatal error: 'NTL/ZZ.h' file not found
keypair.cpp: #include gt;
keypair.cpp: ^
keypair.cpp: 1 error generated.

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

Compiler output

Implementation: crypto_dh/claus/ntl
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
keypair.cpp: keypair.cpp:1:20: fatal error: NTL/ZZ.h: No such file or directory
keypair.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ntl
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ntl
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ntl
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ntl