Implementation notes: aarch64, a72, crypto_aead/aes128cpfbv1

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aes128cpfbv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
101783? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100720170904
101785? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
122786? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
133661? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100720170904
140565? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100720170904
147852? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
150924? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-Os2017100720170904
151604? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
170733? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-Os2017100720170904
174305? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
175214? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
180988? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-O22017100720170904
181250? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
183147? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-O32017100720170904
187378? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-O32017100720170904
191047? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
192614? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
193436? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-O22017100720170904

Compiler output

Implementation: crypto_aead/aes128cpfbv1/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/aes128cpfbv1/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_aes128cpfbv1_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