Implementation notes: aarch64, a72, crypto_aead/aes256cpfbv1

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aes256cpfbv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
149959? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100820170904
150977? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100820170904
169847? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100820170904
182516? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100820170904
188235? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100820170904
194560? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100820170904
204971? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-Os2017100820170904
205544? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-Os2017100820170904
222720? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-Os2017100820170904
225073? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100820170904
236417? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-O22017100820170904
240465? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-O22017100820170904
242810? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-O32017100820170904
245409? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-O32017100820170904
249409? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-O32017100820170904
254703? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-O32017100820170904
254876? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-O22017100820170904
256051? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-O22017100820170904

Compiler output

Implementation: crypto_aead/aes256cpfbv1/aesni
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
cpfbkey.c: cpfbkey.c:15:10: fatal error: wmmintrin.h: No such file or directory
cpfbkey.c: #include <wmmintrin.h>
cpfbkey.c: ^~~~~~~~~~~~~
cpfbkey.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 aesni
gcc -funroll-loops -march=native -mtune=native -O3 aesni
gcc -funroll-loops -march=native -mtune=native -Os aesni
gcc -march=native -mtune=native -O2 aesni
gcc -march=native -mtune=native -O3 aesni
gcc -march=native -mtune=native -Os aesni

Compiler output

Implementation: crypto_aead/aes256cpfbv1/evp
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: encrypt.c:170:82: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: static void gen_kappa(unsigned char* nonce, unsigned char* kappa, EVP_CIPHER_CTX ctx_key[1]){
encrypt.c: ^~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_aes256cpfbv1_evp_encrypt':
encrypt.c: encrypt.c:188:20: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: EVP_CIPHER_CTX ctx_k[1];
encrypt.c: ^~~~~
encrypt.c: encrypt.c:189:20: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: EVP_CIPHER_CTX ctx_kappa_0[1];
encrypt.c: ^~~~~~~~~~~
encrypt.c: ...
encrypt.c: ^~~~~~~~~~~
encrypt.c: encrypt.c:332:20: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: EVP_CIPHER_CTX ctx_kappa_m[1];
encrypt.c: ^~~~~~~~~~~
encrypt.c: encrypt.c:351:31: error: type of formal parameter 3 is incomplete
encrypt.c: gen_kappa(nonce, kappa_0, ctx_k);
encrypt.c: ^~~~~
encrypt.c: encrypt.c:412:28: error: type of formal parameter 3 is incomplete
encrypt.c: gen_kappa(nonce, kappa_m, ctx_k);
encrypt.c: ^~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 evp
gcc -funroll-loops -march=native -mtune=native -O3 evp
gcc -funroll-loops -march=native -mtune=native -Os evp
gcc -march=native -mtune=native -O2 evp
gcc -march=native -mtune=native -O3 evp
gcc -march=native -mtune=native -Os evp