Implementation notes: x86, thoth, crypto_dh/claus

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_dh
Primitive: claus
TimeImplementationCompilerBenchmark dateSUPERCOP version
41310666gmpg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072820160724
41319183gmpclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072820160724
41328339gmpg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072820160724
41332966gmpg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072820160724
41367015gmpg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072820160724
75156663opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072820160724
75157464opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072820160724
75296844opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072820160724
75306412opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072820160724
76038828opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072820160724
84009738cryptoppg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072720160724
84238596cryptoppclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072820160724
84310652cryptoppg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072720160724
84403991cryptoppg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072820160724
84629109cryptoppg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072820160724

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