Implementation notes: amd64, pluton1mn, crypto_sign/donald2048

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_sign
Primitive: donald2048
TimeImplementationCompilerBenchmark dateSUPERCOP version
10030622opensslicc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
10114496opensslicc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731

Compiler output

Implementation: crypto_sign/donald2048/cryptopp
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
sign.cpp: sign.cpp:1:26: fatal error: cryptopp/dsa.h: No such file or directory
sign.cpp: #include gt;
sign.cpp: ^
sign.cpp: compilation terminated.

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

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /home_nfs/dolbeaur/supercop-20160731/supercop-data/pluton1mn/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha224':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memcpy'
try.c: /home_nfs/dolbeaur/supercop-20160731/supercop-data/pluton1mn/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha224_close':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memset'
try.c: /home_nfs/dolbeaur/supercop-20160731/supercop-data/pluton1mn/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha224_addbits_and_close':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memset'
try.c: /home_nfs/dolbeaur/supercop-20160731/supercop-data/pluton1mn/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha256_close':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_mic_avx512f_memset'
try.c: /home_nfs/dolbeaur/supercop-20160731/supercop-data/pluton1mn/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o):sha2.c:(.text+0x...): more undefined references to `__intel_mic_avx512f_memset' follow
try.c: collect2: error: ld returned 1 exit status

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

Compiler output

Implementation: crypto_sign/donald2048/cryptopp
Compiler: icpc -xMIC-AVX512 -O2 -fomit-frame-pointer
sign.cpp: sign.cpp(1): catastrophic error: cannot open source file "cryptopp/dsa.h"
sign.cpp: #include gt;
sign.cpp: ^
sign.cpp:
sign.cpp: compilation aborted for sign.cpp (code 4)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icpc -xMIC-AVX512 -O2 -fomit-frame-pointer cryptopp
icpc -xMIC-AVX512 -O3 -fomit-frame-pointer cryptopp