Implementation notes: aarch64, lionheart30, crypto_aead/aes256cpfbv1

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes256cpfbv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
142631refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
169467refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
175187gladmanclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
190128refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
195474aesrefgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
196699refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
197712refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
203318aesrefclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
208106gladmangcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
210066gladmangcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
215573evpgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
217868evpgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
222851evpgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
222943evpclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
222949gladmangcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
223062aesrefgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
226534evpgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
230380gladmangcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
231777aesrefgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
236874aesrefgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/aes256cpfbv1/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/aes256cpfbv1/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