Implementation notes: amd64, genji154, crypto_aead/elmd51270v1

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

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: cc
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `AES':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: clang -O3 -fomit-frame-pointer -Qunused-arguments
encrypt.c: In file included from encrypt.c:15:
encrypt.c: ./module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^
encrypt.c: ./module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^
encrypt.c: ./module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c: ./module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c: 4 warnings generated.
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
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 ref
clang -O3 -fwrapv -march=native -fomit-frame-pointer -Qunused-arguments ref
clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments ref
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments ref
clang -O3 -fwrapv -mavx -fomit-frame-pointer -Qunused-arguments ref
clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer -Qunused-arguments ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref
clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref
clang -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `AES':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc ref
gcc -funroll-loops ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc -O2 -fomit-frame-pointer
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 52, namely:
CompilerImplementations
gcc -O2 -fomit-frame-pointer ref
gcc -Os -fomit-frame-pointer ref
gcc -fno-schedule-insns -O2 -fomit-frame-pointer ref
gcc -fno-schedule-insns -Os -fomit-frame-pointer ref
gcc -funroll-loops -O2 -fomit-frame-pointer ref
gcc -funroll-loops -Os -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer ref
gcc -funroll-loops -m64 -O2 -fomit-frame-pointer ref
gcc -funroll-loops -m64 -Os -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=barcelona -Os -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=k8 -Os -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=nocona -Os -fomit-frame-pointer ref
gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer ref
gcc -funroll-loops -march=barcelona -Os -fomit-frame-pointer ref
gcc -funroll-loops -march=k8 -O2 -fomit-frame-pointer ref
gcc -funroll-loops -march=k8 -Os -fomit-frame-pointer ref
gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer ref
gcc -funroll-loops -march=nocona -Os -fomit-frame-pointer ref
gcc -m64 -O2 -fomit-frame-pointer ref
gcc -m64 -Os -fomit-frame-pointer ref
gcc -m64 -march=core-avx-i -O2 -fomit-frame-pointer ref
gcc -m64 -march=core-avx-i -Os -fomit-frame-pointer ref
gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer ref
gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer ref
gcc -m64 -march=core2 -O2 -fomit-frame-pointer ref
gcc -m64 -march=core2 -Os -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4.1 -Os -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4 -O2 -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4 -Os -fomit-frame-pointer ref
gcc -m64 -march=corei7-avx -O2 -fomit-frame-pointer ref
gcc -m64 -march=corei7-avx -Os -fomit-frame-pointer ref
gcc -m64 -march=corei7 -O2 -fomit-frame-pointer ref
gcc -m64 -march=corei7 -Os -fomit-frame-pointer ref
gcc -m64 -march=k8 -O2 -fomit-frame-pointer ref
gcc -m64 -march=k8 -Os -fomit-frame-pointer ref
gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer ref
gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer ref
gcc -m64 -march=nocona -O2 -fomit-frame-pointer ref
gcc -m64 -march=nocona -Os -fomit-frame-pointer ref
gcc -march=barcelona -O2 -fomit-frame-pointer ref
gcc -march=barcelona -Os -fomit-frame-pointer ref
gcc -march=k8 -O2 -fomit-frame-pointer ref
gcc -march=k8 -Os -fomit-frame-pointer ref
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref
gcc -march=nocona -O2 -fomit-frame-pointer ref
gcc -march=nocona -Os -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc -O3 -fomit-frame-pointer
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_AD':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.3':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.2':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 22, namely:
CompilerImplementations
gcc -O3 -fomit-frame-pointer ref
gcc -fno-schedule-insns -O3 -fomit-frame-pointer ref
gcc -funroll-loops -O3 -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer ref
gcc -funroll-loops -m64 -O3 -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer ref
gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer ref
gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer ref
gcc -m64 -O3 -fomit-frame-pointer ref
gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer ref
gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer ref
gcc -m64 -march=core2 -O3 -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer ref
gcc -m64 -march=corei7-avx -O3 -fomit-frame-pointer ref
gcc -m64 -march=corei7 -O3 -fomit-frame-pointer ref
gcc -m64 -march=k8 -O3 -fomit-frame-pointer ref
gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer ref
gcc -march=barcelona -O3 -fomit-frame-pointer ref
gcc -march=k8 -O3 -fomit-frame-pointer ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc -O -fomit-frame-pointer
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 26, namely:
CompilerImplementations
gcc -O -fomit-frame-pointer ref
gcc -fno-schedule-insns -O -fomit-frame-pointer ref
gcc -funroll-loops -O -fomit-frame-pointer ref
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer ref
gcc -funroll-loops -m64 -O -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer ref
gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer ref
gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer ref
gcc -funroll-loops -march=k8 -O -fomit-frame-pointer ref
gcc -funroll-loops -march=nocona -O -fomit-frame-pointer ref
gcc -m64 -O -fomit-frame-pointer ref
gcc -m64 -march=core-avx-i -O -fomit-frame-pointer ref
gcc -m64 -march=core-avx2 -O -fomit-frame-pointer ref
gcc -m64 -march=core2 -O -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer ref
gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer ref
gcc -m64 -march=corei7-avx -O -fomit-frame-pointer ref
gcc -m64 -march=corei7 -O -fomit-frame-pointer ref
gcc -m64 -march=k8 -O -fomit-frame-pointer ref
gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer ref
gcc -m64 -march=nocona -O -fomit-frame-pointer ref
gcc -march=barcelona -O -fomit-frame-pointer ref
gcc -march=k8 -O -fomit-frame-pointer ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
gcc -march=nocona -O -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_AD':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.2':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.3':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer ref
gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer ref
gcc -m64 -march=nocona -O3 -fomit-frame-pointer ref
gcc -march=nocona -O3 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc -m64 -march=barcelona -O2 -fomit-frame-pointer
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -m64 -march=barcelona -O2 -fomit-frame-pointer ref
gcc -m64 -march=barcelona -Os -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc -m64 -march=barcelona -O3 -fomit-frame-pointer
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_AD':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.3':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.2':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_AD':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.3':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block.constprop.2':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m64 -march=barcelona -O3 -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: gcc -m64 -march=barcelona -O -fomit-frame-pointer
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: collect2: error: ld returned 1 exit status
encrypt.c: In file included from encrypt.c:15:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m64 -march=barcelona -O -fomit-frame-pointer ref

Compiler output

Implementation: crypto_aead/elmd51270v1/ref
Compiler: icc
encrypt.c: In file included from encrypt.c(15):
encrypt.c: module.h(84): warning #266: function "AES_set_encrypt_key_5" declared implicitly
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(15):
encrypt.c: module.h(85): warning #266: function "AES_set_decrypt_key_5" declared implicitly
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(15):
encrypt.c: module.h(103): warning #266: function "AES_encrypt_r5" declared implicitly
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(15):
encrypt.c: module.h(105): warning #266: function "AES_decrypt_r5" declared implicitly
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c:
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `crypto_aead_elmd51270v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd51270v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'

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