Implementation notes: amd64, robin281, crypto_sign/ecdonaldb571

Computer: robin281
Architecture: amd64
CPU ID: GenuineIntel-000206d7-bfebfbff
SUPERCOP version: 20170228
Operation: crypto_sign
Primitive: ecdonaldb571

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: cc
try.c: crypto_sign_ecdonaldb571.a(keypair.o): In function `crypto_sign_ecdonaldb571_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldb571.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_ecdonaldb571.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha224':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o):sha2.c:(.text+0x...): more undefined references to `_intel_fast_memset' follow
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
cc openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: gcc
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldb571_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_ecdonaldb571.a(keypair.o): In function `crypto_sign_ecdonaldb571_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldb571.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_ecdonaldb571.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha224':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o):sha2.c:(.text+0x...): more undefined references to `_intel_fast_memset' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 105, 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 -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/ecdonaldb571/openssl
Compiler: gcc -m64 -march=barcelona -O2 -fomit-frame-pointer
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldb571_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_ecdonaldb571.a(keypair.o): In function `crypto_sign_ecdonaldb571_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldb571.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_ecdonaldb571.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha224':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o):sha2.c:(.text+0x...): more undefined references to `_intel_fast_memset' follow
try.c: collect2: error: ld returned 1 exit status
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldb571_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_ecdonaldb571.a(keypair.o): In function `crypto_sign_ecdonaldb571_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldb571.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_ecdonaldb571.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `EC_POINT_set_affine_coordinates_GF2m'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o): In function `sph_sha224':
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: sha2.c:(.text+0x...): undefined reference to `__intel_ssse3_rep_memcpy'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: sha2.c:(.text+0x...): undefined reference to `_intel_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/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_fast_memset'
try.c: /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/libsupercop.a(crypto_hash_sha256_sphlib-sha2.o):sha2.c:(.text+0x...): more undefined references to `_intel_fast_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/ecdonaldb571/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_ecdonaldb571.a(keypair.o): In function `crypto_sign_ecdonaldb571_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
try.c: crypto_sign_ecdonaldb571.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_ecdonaldb571.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 -xAVX -O2 -fomit-frame-pointer openssl
icc -xAVX -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -O1 -static
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: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 16, namely:
CompilerImplementations
icc -O1 -static openssl
icc -O1 -static -no-vec openssl
icc -O2 -static openssl
icc -O2 -static -no-vec openssl
icc -O3 -static openssl
icc -O3 -static -no-vec openssl
icc -Os -static openssl
icc -Os -static -no-vec openssl
icc -m64 -O1 -static openssl
icc -m64 -O1 -static -no-vec openssl
icc -m64 -O2 -static openssl
icc -m64 -O2 -static -no-vec openssl
icc -m64 -O3 -static openssl
icc -m64 -O3 -static -no-vec openssl
icc -m64 -Os -static openssl
icc -m64 -Os -static -no-vec openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -O1 -xB -static
keypair.c: icc: command line warning #10131: extension 'B' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'B' not supported ignored in option '-x'
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:
usehash.c: icc: command line warning #10131: extension 'B' not supported ignored in option '-x'
verification.c: icc: command line warning #10131: extension 'B' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'B' not supported ignored in option '-x'
try.c: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xB -static openssl
icc -O1 -xB -static -no-vec openssl
icc -O2 -xB -static openssl
icc -O2 -xB -static -no-vec openssl
icc -O3 -xB -static openssl
icc -O3 -xB -static -no-vec openssl
icc -Os -xB -static openssl
icc -Os -xB -static -no-vec openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -O1 -xK -static
keypair.c: icc: command line warning #10131: extension 'K' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'K' not supported ignored in option '-x'
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:
usehash.c: icc: command line warning #10131: extension 'K' not supported ignored in option '-x'
verification.c: icc: command line warning #10131: extension 'K' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'K' not supported ignored in option '-x'
try.c: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xK -static openssl
icc -O1 -xK -static -no-vec openssl
icc -O2 -xK -static openssl
icc -O2 -xK -static -no-vec openssl
icc -O3 -xK -static openssl
icc -O3 -xK -static -no-vec openssl
icc -Os -xK -static openssl
icc -Os -xK -static -no-vec openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -O1 -xN -static
keypair.c: icc: command line warning #10131: extension 'N' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'N' not supported ignored in option '-x'
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:
usehash.c: icc: command line warning #10131: extension 'N' not supported ignored in option '-x'
verification.c: icc: command line warning #10131: extension 'N' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'N' not supported ignored in option '-x'
try.c: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xN -static openssl
icc -O1 -xN -static -no-vec openssl
icc -O2 -xN -static openssl
icc -O2 -xN -static -no-vec openssl
icc -O3 -xN -static openssl
icc -O3 -xN -static -no-vec openssl
icc -Os -xN -static openssl
icc -Os -xN -static -no-vec openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -O1 -xP -static
keypair.c: icc: command line remark #10279: option '-xP' is deprecated and will be removed in a future release. See '-help deprecated'
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: icc: command line remark #10279: option '-xP' is deprecated and will be removed in a future release. See '-help deprecated'
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:
usehash.c: icc: command line remark #10279: option '-xP' is deprecated and will be removed in a future release. See '-help deprecated'
verification.c: icc: command line remark #10279: option '-xP' is deprecated and will be removed in a future release. See '-help deprecated'
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: icc: command line remark #10279: option '-xP' is deprecated and will be removed in a future release. See '-help deprecated'
try.c: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xP -static openssl
icc -O1 -xP -static -no-vec openssl
icc -O2 -xP -static openssl
icc -O2 -xP -static -no-vec openssl
icc -O3 -xP -static openssl
icc -O3 -xP -static -no-vec openssl
icc -Os -xP -static openssl
icc -Os -xP -static -no-vec openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -O1 -xW -static
keypair.c: icc: command line warning #10131: extension 'W' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'W' not supported ignored in option '-x'
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:
usehash.c: icc: command line warning #10131: extension 'W' not supported ignored in option '-x'
verification.c: icc: command line warning #10131: extension 'W' not supported ignored in option '-x'
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: icc: command line warning #10131: extension 'W' not supported ignored in option '-x'
try.c: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xW -static openssl
icc -O1 -xW -static -no-vec openssl
icc -O2 -xW -static openssl
icc -O2 -xW -static -no-vec openssl
icc -O3 -xW -static openssl
icc -O3 -xW -static -no-vec openssl
icc -Os -xW -static openssl
icc -Os -xW -static -no-vec openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -fast
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: ipo: warning #11003: no IR in object file /scratch_lustre_na/bdolbeaur/supercop-20170228/supercop-data/robin281/amd64/lib/cpucycles.o; was the source file compiled with -ipo
try.c: ipo: warning #11021: unresolved EC_POINT_get_affine_coordinates_GF2m
try.c: Referenced in crypto_sign_ecdonaldb571.a(keypair.o)
try.c: ipo: warning #11021: unresolved EC_POINT_set_affine_coordinates_GF2m
try.c: Referenced in crypto_sign_ecdonaldb571.a(verification.o)
try.c: Referenced in crypto_sign_ecdonaldb571.a(signatureofshorthash.o)
try.c: ipo: warning #11021: unresolved zError
try.c: Referenced in /usr/lib/../lib64/libcrypto.so
try.c: ipo: warning #11021: unresolved inflateEnd
try.c: Referenced in /usr/lib/../lib64/libcrypto.so
try.c: ipo: warning #11021: unresolved deflate
try.c: Referenced in /usr/lib/../lib64/libcrypto.so
try.c: ipo: warning #11021: unresolved deflateInit_
try.c: Referenced in /usr/lib/../lib64/libcrypto.so
try.c: ipo: warning #11021: unresolved inflate
try.c: Referenced in /usr/lib/../lib64/libcrypto.so
try.c: ipo: warning #11021: unresolved deflateEnd
try.c: Referenced in /usr/lib/../lib64/libcrypto.so
try.c: ipo: warning #11021: unresolved inflateInit_
try.c: Referenced in /usr/lib/../lib64/libcrypto.so
try.c: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
icc -fast openssl

Compiler output

Implementation: crypto_sign/ecdonaldb571/openssl
Compiler: icc -m64 -xHost -vec-report0 -static
keypair.c: icc: command line remark #10148: option '-vec-report0' not supported
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: icc: command line remark #10148: option '-vec-report0' not supported
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:
usehash.c: icc: command line remark #10148: option '-vec-report0' not supported
verification.c: icc: command line remark #10148: option '-vec-report0' not supported
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: icc: command line remark #10148: option '-vec-report0' not supported
try.c: ld: cannot find -lcrypto

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
icc -m64 -xHost -vec-report0 -static openssl