Implementation notes: aarch64, lionheart30, crypto_aead/trivia0v2

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: trivia0v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
276031refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
286221refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
303272refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
607910refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
685351refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_aead/trivia0v2/sse4
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:24:
encrypt.c: In file included from /usr/bin/../lib/clang/3.4/include/wmmintrin.h:27:
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:24:
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:26:
encrypt.c: /usr/bin/../lib/clang/3.4/include/smmintrin.h:28:2: error: "SSE4.1 instruction set not enabled"
encrypt.c: #error "SSE4.1 instruction set not enabled"
encrypt.c: ^
encrypt.c: encrypt.c:229:1: warning: '/*' within block comment [-Wcomment]
encrypt.c: /*----------------------------------------------------------------*/
encrypt.c: ^
encrypt.c: encrypt.c:301:2: error: use of undeclared identifier '__m128i'
encrypt.c: __m128i x,
encrypt.c: ^
encrypt.c: encrypt.c:304:2: error: use of undeclared identifier 'x'
encrypt.c: x = _mm_cvtsi32_si128(a);
encrypt.c: ^
encrypt.c: encrypt.c:304:6: warning: implicit declaration of function '_mm_cvtsi32_si128' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c: x = _mm_cvtsi32_si128(a);
encrypt.c: ^
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/trivia0v2/sse4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c:24:23: fatal error: wmmintrin.h: No such file or directory
encrypt.c: #include gt;
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 sse4
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv sse4
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv sse4
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv sse4