Test results for amd64, h4atom, crypto_aead/paeq160

[Page version: 20251115 13:22:58]

Measurements for amd64, h4atom, crypto_aead Test results for amd64, h4atom, crypto_aead Test results for crypto_aead/paeq160
Computer: h4atom
Microarchitecture: amd64; Bonnell (106ca)
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: paeq160
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
825146611961 32 6553628820 892 66568T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025090920250415
973125412192 32 6553627892 892 66568T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025090920250415
1057265923556 28 6553639478 816 66664T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025090920250415
135112808310 28 6553623014 816 66664T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025090920250415
239164046820 32 6553620134 884 66568T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025090920250415
248877796421 32 6553620604 892 66568T:refclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025090920250415
265684944836 28 6553617601 792 66632T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025090920250415
296857157160 28 6553621501 808 66664T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025090920250415

Compiler output


encrypt.cpp: encrypt.cpp:21:9: warning: unknown pragma ignored [-Wunknown-pragmas]
encrypt.cpp:    21 | #pragma intrinsic(_mm_set_epi64x)
encrypt.cpp:       |         ^
encrypt.cpp: encrypt.cpp:166:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp:   166 |                         acc0 = _mm_aesenc_si128(acc0, roundkey0);
encrypt.cpp:       |                                ^
encrypt.cpp: encrypt.cpp:167:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp:   167 |                         acc1 = _mm_aesenc_si128(acc1, roundkey1);
encrypt.cpp:       |                                ^
encrypt.cpp: encrypt.cpp:168:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp:   168 |                         acc2 = _mm_aesenc_si128(acc2, roundkey2);
encrypt.cpp:       |                                ^
encrypt.cpp: encrypt.cpp:169:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp:   169 |                         acc3 = _mm_aesenc_si128(acc3, roundkey3);
encrypt.cpp:       |                                ^
encrypt.cpp: encrypt.cpp:171:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp:   171 |                         acc4 = _mm_aesenc_si128(acc4, roundkey0);
encrypt.cpp:       |                                ^
encrypt.cpp: encrypt.cpp:172:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp:   172 |                         acc5 = _mm_aesenc_si128(acc5, roundkey1);
encrypt.cpp:       |                                ^
encrypt.cpp: encrypt.cpp:173:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp:   173 |                         acc6 = _mm_aesenc_si128(acc6, roundkey2);
encrypt.cpp:       |                                ^
encrypt.cpp: encrypt.cpp:174:11: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'DoubleFPermAsm' that is compiled without support for 'aes'
encrypt.cpp: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:aesniclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:aesniclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:aesniclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:aesniclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))

Compiler output


encrypt.cpp: encrypt.cpp:21: warning: ignoring '#pragma intrinsic ' [-Wunknown-pragmas]
encrypt.cpp:    21 | #pragma intrinsic(_mm_set_epi64x)
encrypt.cpp: encrypt.cpp: In function 'int PAEQ160_opt_AESNI_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*)':
encrypt.cpp: encrypt.cpp:757:17: warning: unused variable 'ADblock_mask' [-Wunused-variable]
encrypt.cpp:   757 |         __m128i ADblock_mask = _mm_set_epi32(0xffffffff, 0xffff0000, 0, 0); //upper 6 bytes
encrypt.cpp:       |                 ^~~~~~~~~~~~
encrypt.cpp: In file included from encrypt.cpp:13:
encrypt.cpp: encrypt.cpp: In function 'void DoubleFPermAsm(const __m128i*, const __m128i*, __m128i*, __m128i*)':
encrypt.cpp: encrypt.cpp:166:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp:   166 |                         acc0 = _mm_aesenc_si128(acc0, roundkey0);
encrypt.cpp:       |                                ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:167:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp:   167 |                         acc1 = _mm_aesenc_si128(acc1, roundkey1);
encrypt.cpp:       |                                ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:168:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp:   168 |                         acc2 = _mm_aesenc_si128(acc2, roundkey2);
encrypt.cpp:       |                                ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:169:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp:   169 |                         acc3 = _mm_aesenc_si128(acc3, roundkey3);
encrypt.cpp:       |                                ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:171:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp:   171 |                         acc4 = _mm_aesenc_si128(acc4, roundkey0);
encrypt.cpp:       |                                ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:172:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp:   172 |                         acc5 = _mm_aesenc_si128(acc5, roundkey1);
encrypt.cpp: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:aesnig++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:aesnig++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:aesnig++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:aesnig++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)