Implementation notes: aarch64, lionheart30, crypto_aead/aes128cpfbv1

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes128cpfbv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
101333refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
129157refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
138834gladmanclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
149256refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
150948gladmangcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
150960gladmangcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
152590aesrefgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
154794refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
157323refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
158223aesrefclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
164343gladmangcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
169644evpgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
170714evpgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
172980evpgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
173202gladmangcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
175318aesrefgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
175376aesrefgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
177642evpgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
181190evpclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
222203aesrefgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/aes128cpfbv1/aesni
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
cpfbkey.c: In file included from cpfbkey.c:15:
cpfbkey.c: In file included from /usr/bin/../lib/clang/3.4/include/wmmintrin.h:27:
cpfbkey.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
cpfbkey.c: #error "SSE2 instruction set not enabled"
cpfbkey.c: ^
cpfbkey.c: In file included from cpfbkey.c:15:
cpfbkey.c: /usr/bin/../lib/clang/3.4/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
cpfbkey.c: # error "AES/PCLMUL instructions not enabled"
cpfbkey.c: ^
cpfbkey.c: In file included from cpfbkey.c:17:
cpfbkey.c: ./cpfbkey.h:6:31: error: unknown type name '__m128i'
cpfbkey.c: void AES_128_Key_Expansion_2 (__m128i * restrict key_a, __m128i * restrict key_b);
cpfbkey.c: ^
cpfbkey.c: ./cpfbkey.h:6:57: error: unknown type name '__m128i'
cpfbkey.c: void AES_128_Key_Expansion_2 (__m128i * restrict key_a, __m128i * restrict key_b);
cpfbkey.c: ^
cpfbkey.c: ./cpfbkey.h:7:31: error: unknown type name '__m128i'
cpfbkey.c: void AES_256_Key_Expansion_2 (__m128i * restrict key_a, __m128i * restrict key_b);
cpfbkey.c: ^
cpfbkey.c: ./cpfbkey.h:7:57: error: unknown type name '__m128i'
cpfbkey.c: void AES_256_Key_Expansion_2 (__m128i * restrict key_a, __m128i * restrict key_b);
cpfbkey.c: ^
cpfbkey.c: ./cpfbkey.h:10:44: error: unknown type name '__m128i'
cpfbkey.c: void AES_128_Key_Expansion_and_encryption (__m128i *userkey,
cpfbkey.c: ^
cpfbkey.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments aesni

Compiler output

Implementation: crypto_aead/aes128cpfbv1/aesni
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
cpfbkey.c: cpfbkey.c:15:23: fatal error: wmmintrin.h: No such file or directory
cpfbkey.c: #include gt;
cpfbkey.c: ^
cpfbkey.c: compilation terminated.

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