Implementation notes: aarch64, a53, crypto_aead/aes128poetv2aes128

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: aes128poetv2aes128
TimeImplementationCompilerBenchmark dateSUPERCOP version
396800refgcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080120160731
425600refgcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080120160731
551610refclang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080120160731
597780refgcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080120160731
812800refgcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080120160731

Compiler output

Implementation: crypto_aead/aes128poetv2aes128/ni
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:34:
encrypt.c: In file included from ./poet.h:32:
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:34:
encrypt.c: In file included from ./poet.h:33:
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: In file included from encrypt.c:34:
encrypt.c: In file included from ./poet.h:34:
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:34:
encrypt.c: ./poet.h:48:9: error: unknown type name '__m128i'
encrypt.c: typedef __m128i AES_KEY[ROUND_KEYS];
encrypt.c: ^
encrypt.c: ./poet.h:49:9: error: unknown type name '__m128i'
encrypt.c: typedef __m128i AXU_KEY[ROUND_KEYS];
encrypt.c: ^
encrypt.c: ./poet.h:57:5: error: unknown type name '__m128i'
encrypt.c: __m128i l; // Masking key for the header-processing step
encrypt.c: ^
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/aes128poetv2aes128/ni
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
encrypt.c: In file included from encrypt.c:34:0:
encrypt.c: poet.h:32:23: fatal error: emmintrin.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 ni
gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv ni
gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv ni
gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv ni