Implementation notes: amd64, genji154, crypto_sign/ecdonaldk163

Computer: genji154
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20170228
Operation: crypto_sign
Primitive: ecdonaldk163

Compiler output

Implementation: crypto_sign/ecdonaldk163/openssl
Compiler: cc
try.c: crypto_sign_ecdonaldk163.a(keypair.o): In function `crypto_sign_ecdonaldk163_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /home_nfs/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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: 1, namely:
CompilerImplementations
cc openssl

Compiler output

Implementation: crypto_sign/ecdonaldk163/openssl
Compiler: clang -O3 -fomit-frame-pointer -Qunused-arguments
keypair.c: keypair.c:34:8: warning: implicit declaration of function 'EC_POINT_get_affine_coordinates_GF2m' is invalid in C99 [-Wimplicit-function-declaration]
keypair.c: if (!EC_POINT_get_affine_coordinates_GF2m(group,EC_KEY_get0_public_key(k),kx,ky,0)) goto error;
keypair.c: ^
keypair.c: 1 warning generated.
signatureofshorthash.c: signatureofshorthash.c:46:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' is invalid in C99 [-Wimplicit-function-declaration]
signatureofshorthash.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
signatureofshorthash.c: ^
signatureofshorthash.c: 1 warning generated.
verification.c: verification.c:41:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' is invalid in C99 [-Wimplicit-function-declaration]
verification.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
verification.c: ^
verification.c: 1 warning generated.
try.c: crypto_sign_ecdonaldk163.a(keypair.o): In function `crypto_sign_ecdonaldk163_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /home/bdolbeaur/supercop-20170228/supercop-data/genji154/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/bdolbeaur/supercop-20170228/supercop-data/genji154/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/bdolbeaur/supercop-20170228/supercop-data/genji154/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/bdolbeaur/supercop-20170228/supercop-data/genji154/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/bdolbeaur/supercop-20170228/supercop-data/genji154/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: clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 10, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer -Qunused-arguments openssl
clang -O3 -fwrapv -march=native -fomit-frame-pointer -Qunused-arguments openssl
clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments openssl
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments openssl
clang -O3 -fwrapv -mavx -fomit-frame-pointer -Qunused-arguments openssl
clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer -Qunused-arguments openssl
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments openssl
clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments openssl
clang -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments openssl
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments openssl

Compiler output

Implementation: crypto_sign/ecdonaldk163/openssl
Compiler: gcc
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldk163_openssl_keypair':
keypair.c: keypair.c:34:8: warning: implicit declaration of function 'EC_POINT_get_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
keypair.c: if (!EC_POINT_get_affine_coordinates_GF2m(group,EC_KEY_get0_public_key(k),kx,ky,0)) goto error;
keypair.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c: In function 'signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:46:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
signatureofshorthash.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
signatureofshorthash.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
verification.c: verification.c: In function 'verification':
verification.c: verification.c:41:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
verification.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
verification.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.c: crypto_sign_ecdonaldk163.a(keypair.o): In function `crypto_sign_ecdonaldk163_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /home_nfs/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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: 106, namely:
CompilerImplementations
gcc openssl
gcc -O2 -fomit-frame-pointer openssl
gcc -O3 -fomit-frame-pointer openssl
gcc -O -fomit-frame-pointer openssl
gcc -Os -fomit-frame-pointer openssl
gcc -fno-schedule-insns -O2 -fomit-frame-pointer openssl
gcc -fno-schedule-insns -O3 -fomit-frame-pointer openssl
gcc -fno-schedule-insns -O -fomit-frame-pointer openssl
gcc -fno-schedule-insns -Os -fomit-frame-pointer openssl
gcc -funroll-loops openssl
gcc -funroll-loops -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -O -fomit-frame-pointer openssl
gcc -funroll-loops -Os -fomit-frame-pointer openssl
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer openssl
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -O -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -Os -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=barcelona -Os -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=k8 -Os -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer openssl
gcc -funroll-loops -m64 -march=nocona -Os -fomit-frame-pointer openssl
gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer openssl
gcc -funroll-loops -march=barcelona -Os -fomit-frame-pointer openssl
gcc -funroll-loops -march=k8 -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -march=k8 -O -fomit-frame-pointer openssl
gcc -funroll-loops -march=k8 -Os -fomit-frame-pointer openssl
gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -march=nocona -O -fomit-frame-pointer openssl
gcc -funroll-loops -march=nocona -Os -fomit-frame-pointer openssl
gcc -m64 -O2 -fomit-frame-pointer openssl
gcc -m64 -O3 -fomit-frame-pointer openssl
gcc -m64 -O -fomit-frame-pointer openssl
gcc -m64 -Os -fomit-frame-pointer openssl
gcc -m64 -march=core-avx-i -O2 -fomit-frame-pointer openssl
gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer openssl
gcc -m64 -march=core-avx-i -O -fomit-frame-pointer openssl
gcc -m64 -march=core-avx-i -Os -fomit-frame-pointer openssl
gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer openssl
gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer openssl
gcc -m64 -march=core-avx2 -O -fomit-frame-pointer openssl
gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer openssl
gcc -m64 -march=core2 -O2 -fomit-frame-pointer openssl
gcc -m64 -march=core2 -O3 -fomit-frame-pointer openssl
gcc -m64 -march=core2 -O -fomit-frame-pointer openssl
gcc -m64 -march=core2 -Os -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4.1 -Os -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4 -O2 -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer openssl
gcc -m64 -march=core2 -msse4 -Os -fomit-frame-pointer openssl
gcc -m64 -march=corei7-avx -O2 -fomit-frame-pointer openssl
gcc -m64 -march=corei7-avx -O3 -fomit-frame-pointer openssl
gcc -m64 -march=corei7-avx -O -fomit-frame-pointer openssl
gcc -m64 -march=corei7-avx -Os -fomit-frame-pointer openssl
gcc -m64 -march=corei7 -O2 -fomit-frame-pointer openssl
gcc -m64 -march=corei7 -O3 -fomit-frame-pointer openssl
gcc -m64 -march=corei7 -O -fomit-frame-pointer openssl
gcc -m64 -march=corei7 -Os -fomit-frame-pointer openssl
gcc -m64 -march=k8 -O2 -fomit-frame-pointer openssl
gcc -m64 -march=k8 -O3 -fomit-frame-pointer openssl
gcc -m64 -march=k8 -O -fomit-frame-pointer openssl
gcc -m64 -march=k8 -Os -fomit-frame-pointer openssl
gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer openssl
gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer openssl
gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer openssl
gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer openssl
gcc -m64 -march=nocona -O2 -fomit-frame-pointer openssl
gcc -m64 -march=nocona -O3 -fomit-frame-pointer openssl
gcc -m64 -march=nocona -O -fomit-frame-pointer openssl
gcc -m64 -march=nocona -Os -fomit-frame-pointer openssl
gcc -march=barcelona -O2 -fomit-frame-pointer openssl
gcc -march=barcelona -O3 -fomit-frame-pointer openssl
gcc -march=barcelona -O -fomit-frame-pointer openssl
gcc -march=barcelona -Os -fomit-frame-pointer openssl
gcc -march=k8 -O2 -fomit-frame-pointer openssl
gcc -march=k8 -O3 -fomit-frame-pointer openssl
gcc -march=k8 -O -fomit-frame-pointer openssl
gcc -march=k8 -Os -fomit-frame-pointer openssl
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
gcc -march=nocona -O2 -fomit-frame-pointer openssl
gcc -march=nocona -O3 -fomit-frame-pointer openssl
gcc -march=nocona -O -fomit-frame-pointer openssl
gcc -march=nocona -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/ecdonaldk163/openssl
Compiler: gcc -m64 -march=barcelona -O2 -fomit-frame-pointer
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldk163_openssl_keypair':
keypair.c: keypair.c:34:8: warning: implicit declaration of function 'EC_POINT_get_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
keypair.c: if (!EC_POINT_get_affine_coordinates_GF2m(group,EC_KEY_get0_public_key(k),kx,ky,0)) goto error;
keypair.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c: In function 'signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:46:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
signatureofshorthash.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
signatureofshorthash.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
verification.c: verification.c: In function 'verification':
verification.c: verification.c:41:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
verification.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
verification.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.c: crypto_sign_ecdonaldk163.a(keypair.o): In function `crypto_sign_ecdonaldk163_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /home_nfs/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldk163_openssl_keypair':
keypair.c: keypair.c:34:8: warning: implicit declaration of function 'EC_POINT_get_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
keypair.c: if (!EC_POINT_get_affine_coordinates_GF2m(group,EC_KEY_get0_public_key(k),kx,ky,0)) goto error;
keypair.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c: In function 'signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:46:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
signatureofshorthash.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
signatureofshorthash.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
verification.c: verification.c: In function 'verification':
verification.c: verification.c:41:8: warning: implicit declaration of function 'EC_POINT_set_affine_coordinates_GF2m' [-Wimplicit-function-declaration]
verification.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
verification.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.c: crypto_sign_ecdonaldk163.a(keypair.o): In function `crypto_sign_ecdonaldk163_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /home_nfs/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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/bdolbeaur/supercop-20170105/supercop-data/genji154/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 -m64 -march=barcelona -O2 -fomit-frame-pointer openssl
gcc -m64 -march=barcelona -O3 -fomit-frame-pointer openssl
gcc -m64 -march=barcelona -O -fomit-frame-pointer openssl
gcc -m64 -march=barcelona -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/ecdonaldk163/openssl
Compiler: icc
keypair.c: keypair.c(34): warning #266: function "EC_POINT_get_affine_coordinates_GF2m" declared implicitly
keypair.c: if (!EC_POINT_get_affine_coordinates_GF2m(group,EC_KEY_get0_public_key(k),kx,ky,0)) goto error;
keypair.c: ^
keypair.c:
signatureofshorthash.c: signatureofshorthash.c(46): warning #266: function "EC_POINT_set_affine_coordinates_GF2m" declared implicitly
signatureofshorthash.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
signatureofshorthash.c: ^
signatureofshorthash.c:
verification.c: verification.c(41): warning #266: function "EC_POINT_set_affine_coordinates_GF2m" declared implicitly
verification.c: if (!EC_POINT_set_affine_coordinates_GF2m(group,kxy,kx,ky,0)) goto error;
verification.c: ^
verification.c:
try.c: crypto_sign_ecdonaldk163.a(keypair.o): In function `crypto_sign_ecdonaldk163_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldk163.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
icc openssl
icc -no-vec openssl
icc -xMIC-AVX512 -O2 -fomit-frame-pointer openssl
icc -xMIC-AVX512 -O3 -fomit-frame-pointer openssl