Implementation notes: armeabi, tonido, crypto_aead/aes128cpfbv1

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aes128cpfbv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1041486? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
1049592? ? ?? ? ?gladmangcc_-march=native_-mtune=xscale_-Os2017072220170718
1149180? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
1149924? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718
1156002? ? ?? ? ?aesrefgcc_-march=native_-mtune=xscale_-O32017072220170718
1158552? ? ?? ? ?gladmangcc_-march=native_-mtune=xscale_-O22017072220170718
1158774? ? ?? ? ?gladmangcc_-march=native_-mtune=xscale_-O32017072220170718
1165626? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
1182660? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718
1198284? ? ?? ? ?aesrefgcc_-march=native_-mtune=xscale_-O22017072220170718
1219530? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
1307304? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
1311510? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072220170718
1322328? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718
1369128? ? ?? ? ?aesrefgcc_-march=native_-mtune=xscale_-Os2017072220170718
1425276? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072220170718
1492326? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
1494078? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072220170718

Compiler output

Implementation: crypto_aead/aes128cpfbv1/aesni
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -O2 aesni
gcc -funroll-loops -march=native -mtune=xscale -O3 aesni
gcc -funroll-loops -march=native -mtune=xscale -Os aesni
gcc -march=native -mtune=xscale -O2 aesni
gcc -march=native -mtune=xscale -O3 aesni
gcc -march=native -mtune=xscale -Os aesni

Compiler output

Implementation: crypto_aead/aes128cpfbv1/evp
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -O2 evp
gcc -funroll-loops -march=native -mtune=xscale -O3 evp
gcc -funroll-loops -march=native -mtune=xscale -Os evp
gcc -march=native -mtune=xscale -O2 evp
gcc -march=native -mtune=xscale -O3 evp
gcc -march=native -mtune=xscale -Os evp