Implementation notes: aarch64, a53, crypto_aead/aezv3

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: aezv3
TimeImplementationCompilerBenchmark dateSUPERCOP version
2105600refgcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080120160731
2890400refgcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080120160731
3184800refclang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080120160731
3657600refgcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080120160731
4206400refgcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080120160731

Compiler output

Implementation: crypto_aead/aezv3/aesni
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
aez_ni.c: In file included from aez_ni.c:37:
aez_ni.c: /usr/include/clang/3.5.2/include/emmintrin.h:28:2: error: "SSE2 instruction set not enabled"
aez_ni.c: #error "SSE2 instruction set not enabled"
aez_ni.c: ^
aez_ni.c: In file included from aez_ni.c:38:
aez_ni.c: /usr/include/clang/3.5.2/include/smmintrin.h:28:2: error: "SSE4.1 instruction set not enabled"
aez_ni.c: #error "SSE4.1 instruction set not enabled"
aez_ni.c: ^
aez_ni.c: In file included from aez_ni.c:39:
aez_ni.c: /usr/include/clang/3.5.2/include/wmmintrin.h:30:3: error: "AES/PCLMUL instructions not enabled"
aez_ni.c: # error "AES/PCLMUL instructions not enabled"
aez_ni.c: ^
aez_ni.c: aez_ni.c:44:5: error: unknown type name '__m128i'
aez_ni.c: __m128i I;
aez_ni.c: ^
aez_ni.c: aez_ni.c:45:5: error: unknown type name '__m128i'
aez_ni.c: __m128i L;
aez_ni.c: ^
aez_ni.c: aez_ni.c:46:5: error: unknown type name '__m128i'
aez_ni.c: __m128i J[5]; /* 1J,2J,4J,8J,16J */
aez_ni.c: ^
aez_ni.c: aez_ni.c:47:5: error: unknown type name '__m128i'
aez_ni.c: __m128i delta3_cache;
aez_ni.c: ^
aez_ni.c: aez_ni.c:66:8: error: unknown type name '__m128i'
aez_ni.c: ...

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

Compiler output

Implementation: crypto_aead/aezv3/aesni
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
aez_ni.c: aez_ni.c:37:23: fatal error: emmintrin.h: No such file or directory
aez_ni.c: #include gt;
aez_ni.c: ^
aez_ni.c: compilation terminated.

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