Implementation notes: armeabi, cubie2, crypto_aead/paeq128tnm

Computer: cubie2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: paeq128tnm
TimeImplementationCompilerBenchmark dateSUPERCOP version
9813306refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016122320161026
10205424refg++ -mcpu=native -mfpu=neon-vfpv4 -O32016122320161026
10457764refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016122320161026
19206313refg++ -mcpu=native -mfpu=neon-vfpv4 -O22016122320161026
21729700refg++ -mcpu=native -mfpu=neon-vfpv4 -Os2016122320161026
23208679refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016122320161026

Compiler output

Implementation: crypto_aead/paeq128tnm/ref
Compiler: g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
encrypt.cpp: encrypt.cpp: In function 'int crypto_aead_paeq128tnm_ref_encrypt(unsigned char*, long long unsigned int*, const unsigned char*, long long unsigned int, const unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*, const unsigned char*)':
encrypt.cpp: encrypt.cpp:355:27: warning: large integer implicitly truncated to unsigned type [-Woverflow]
encrypt.cpp: D0[0] = CRYPTO_NPUBBYTES*8; //nonce length in bits, zero for 256-bit nonce
encrypt.cpp:
encrypt.cpp: encrypt.cpp: In function 'int crypto_aead_encrypt_no_nonce(unsigned char*, long long unsigned int*, const unsigned char*, long long unsigned int, const unsigned char*, long long unsigned int, const unsigned char*, unsigned char*, const unsigned char*)':
encrypt.cpp: encrypt.cpp:610:27: warning: large integer implicitly truncated to unsigned type [-Woverflow]
encrypt.cpp: D0[0] = CRYPTO_NPUBBYTES*8; //nonce length in bits, zero for 256-bit nonce
encrypt.cpp:
encrypt.cpp: encrypt.cpp: In function 'int crypto_aead_paeq128tnm_ref_decrypt(unsigned char*, long long unsigned int*, unsigned char*, const unsigned char*, long long unsigned int, const unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*)':
encrypt.cpp: encrypt.cpp:864:27: warning: large integer implicitly truncated to unsigned type [-Woverflow]
encrypt.cpp: D0[0] = CRYPTO_NPUBBYTES*8; //nonce length in bits
encrypt.cpp:

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 ref
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 ref
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os ref
g++ -mcpu=native -mfpu=neon-vfpv4 -O2 ref
g++ -mcpu=native -mfpu=neon-vfpv4 -O3 ref
g++ -mcpu=native -mfpu=neon-vfpv4 -Os ref

Compiler output

Implementation: crypto_aead/paeq128tnm/opt-win-aes
Compiler: g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
encrypt.cpp: encrypt.cpp:12:23: fatal error: wmmintrin.h: No such file or directory
encrypt.cpp: #include "wmmintrin.h"
encrypt.cpp: ^
encrypt.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 opt-win-aes
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 opt-win-aes
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os opt-win-aes
g++ -mcpu=native -mfpu=neon-vfpv4 -O2 opt-win-aes
g++ -mcpu=native -mfpu=neon-vfpv4 -O3 opt-win-aes
g++ -mcpu=native -mfpu=neon-vfpv4 -Os opt-win-aes

Compiler output

Implementation: crypto_aead/paeq128tnm/aesni
Compiler: g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
encrypt.cpp: encrypt.cpp:13:23: fatal error: wmmintrin.h: No such file or directory
encrypt.cpp: #include "wmmintrin.h"
encrypt.cpp: ^
encrypt.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 aesni
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 aesni
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os aesni
g++ -mcpu=native -mfpu=neon-vfpv4 -O2 aesni
g++ -mcpu=native -mfpu=neon-vfpv4 -O3 aesni
g++ -mcpu=native -mfpu=neon-vfpv4 -Os aesni