Implementation notes: aarch64, a53, crypto_aead/trivia0v2

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: trivia0v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
326835refclang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080220160731
404800refgcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080220160731
591705refgcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080220160731
849285refgcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080220160731
1211200refgcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080220160731

Compiler output

Implementation: crypto_aead/trivia0v2/sse4
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:24:
encrypt.c: In file included from /usr/include/clang/3.5.2/include/wmmintrin.h:27:
encrypt.c: /usr/include/clang/3.5.2/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/include/clang/3.5.2/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/include/clang/3.5.2/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 -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments sse4

Compiler output

Implementation: crypto_aead/trivia0v2/sse4
Compiler: gcc -mcpu=cortex-a53 -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 -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv sse4
gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv sse4
gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv sse4
gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv sse4