Implementation notes: amd64, pluton1mn, crypto_sign/ecdonaldb233

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_sign
Primitive: ecdonaldb233

Compiler output

Implementation: crypto_sign/ecdonaldb233/openssl
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldb233_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_ecdonaldb233.a(keypair.o): In function `crypto_sign_ecdonaldb233_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldb233.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_ecdonaldb233.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/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/ecdonaldb233/openssl
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
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_ecdonaldb233.a(keypair.o): In function `crypto_sign_ecdonaldb233_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldb233.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_ecdonaldb233.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: 2, namely:
CompilerImplementations
icc -xMIC-AVX512 -O2 -fomit-frame-pointer openssl
icc -xMIC-AVX512 -O3 -fomit-frame-pointer openssl