Implementation notes: aarch64, a72, crypto_aead/paeq128tnm

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: paeq128tnm
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5042648? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
5044991? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
5753583? ? ?? ? ?refg++_-march=native_-mtune=native_-O32017101020170904
11903279? ? ?? ? ?refg++_-march=native_-mtune=native_-O22017101020170904
17076843? ? ?? ? ?refg++_-march=native_-mtune=native_-Os2017101020170904
17404878? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904

Compiler output

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

Compiler output

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

Compiler output

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