Implementation notes: aarch64, lionheart30, crypto_aead/aes128n8t8silcv2

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes128n8t8silcv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
176622refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
187727refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
196333refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
200747refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
201052refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/aes128n8t8silcv2/aesni
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:5:
encrypt.c: /usr/bin/../lib/clang/3.4/include/xmmintrin.h:28:2: error: "SSE instruction set not enabled"
encrypt.c: #error "SSE instruction set not enabled"
encrypt.c: ^
encrypt.c: In file included from encrypt.c:6:
encrypt.c: /usr/bin/../lib/clang/3.4/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
encrypt.c: #error "SSE2 instruction set not enabled"
encrypt.c: ^
encrypt.c: In file included from encrypt.c:7:
encrypt.c: /usr/bin/../lib/clang/3.4/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
encrypt.c: # error "AES/PCLMUL instructions not enabled"
encrypt.c: ^
encrypt.c: In file included from encrypt.c:8:
encrypt.c: /usr/bin/../lib/clang/3.4/include/tmmintrin.h:28:2: error: "SSSE3 instruction set not enabled"
encrypt.c: #error "SSSE3 instruction set not enabled"
encrypt.c: ^
encrypt.c: encrypt.c:40:9: error: unknown type name '__m128i'
encrypt.c: typedef __m128i block;
encrypt.c: ^
encrypt.c: In file included from encrypt.c:42:
encrypt.c: ./aes.h:10:1: error: unknown type name '__m128i'
encrypt.c: __m128i roundkeys[11];
encrypt.c: ^
encrypt.c: ./aes.h:27:2: error: use of undeclared identifier '__m128i'
encrypt.c: __m128i x0,x1,x2;
encrypt.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/aes128n8t8silcv2/aesni
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c:5:74: fatal error: xmmintrin.h: No such file or directory
encrypt.c: #include gt; /* SSE instructions and _mm_malloc */
encrypt.c: ^
encrypt.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