Implementation notes: armeabi, tonido, crypto_aead/paeq128tnm

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: paeq128tnm
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
22784322? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=xscale_-O32017072820170718
24555426? ? ?? ? ?refg++_-march=native_-mtune=xscale_-O32017072820170718
26297730? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=xscale_-O22017072820170718
47243172? ? ?? ? ?refg++_-march=native_-mtune=xscale_-O22017072820170718
52334304? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=xscale_-Os2017072820170718
52831824? ? ?? ? ?refg++_-march=native_-mtune=xscale_-Os2017072820170718

Compiler output

Implementation: crypto_aead/paeq128tnm/ref
Compiler: g++ -funroll-loops -march=native -mtune=xscale -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: 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: 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

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -march=native -mtune=xscale -O2 ref
g++ -funroll-loops -march=native -mtune=xscale -O3 ref
g++ -funroll-loops -march=native -mtune=xscale -Os ref
g++ -march=native -mtune=xscale -O2 ref
g++ -march=native -mtune=xscale -O3 ref
g++ -march=native -mtune=xscale -Os ref

Compiler output

Implementation: crypto_aead/paeq128tnm/opt-win-aes
Compiler: g++ -funroll-loops -march=native -mtune=xscale -O2
encrypt.cpp: encrypt.cpp:12:10: 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 -march=native -mtune=xscale -O2 opt-win-aes
g++ -funroll-loops -march=native -mtune=xscale -O3 opt-win-aes
g++ -funroll-loops -march=native -mtune=xscale -Os opt-win-aes
g++ -march=native -mtune=xscale -O2 opt-win-aes
g++ -march=native -mtune=xscale -O3 opt-win-aes
g++ -march=native -mtune=xscale -Os opt-win-aes

Compiler output

Implementation: crypto_aead/paeq128tnm/aesni
Compiler: g++ -funroll-loops -march=native -mtune=xscale -O2
encrypt.cpp: encrypt.cpp:13:10: 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 -march=native -mtune=xscale -O2 aesni
g++ -funroll-loops -march=native -mtune=xscale -O3 aesni
g++ -funroll-loops -march=native -mtune=xscale -Os aesni
g++ -march=native -mtune=xscale -O2 aesni
g++ -march=native -mtune=xscale -O3 aesni
g++ -march=native -mtune=xscale -Os aesni