Test results for amd64, h4atom, crypto_aead/paeq128
[Page version: 20251115 13:22:58]
Measurements for amd64, h4atom, crypto_aead
Test results for amd64, h4atom, crypto_aead
Test results for crypto_aead/paeq128
Computer: h4atom
Microarchitecture: amd64; Bonnell (106ca)
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: paeq128
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 6922199 | 10284 32 65536 | 27156 892 66568 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
| 8153449 | 10148 32 65536 | 25860 892 66568 | T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
| 8883958 | 19799 28 65536 | 35702 816 66664 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
| 11507086 | 6903 28 65536 | 21622 816 66664 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
| 21600412 | 5216 32 65536 | 18638 884 66568 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
| 22701170 | 5460 32 65536 | 19652 892 66568 | T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
| 24356628 | 4199 28 65536 | 16961 792 66632 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
| 27010890 | 6009 28 65536 | 20381 808 66664 | T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250909 | 20250415 |
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: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 | acc0 = _mm_aesenc_si128(acc0, roundkey0);
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 | acc1 = _mm_aesenc_si128(acc1, roundkey1);
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 | acc2 = _mm_aesenc_si128(acc2, roundkey2);
encrypt.cpp: | ^
encrypt.cpp: encrypt.cpp:170: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: 170 | acc3 = _mm_aesenc_si128(acc3, roundkey3);
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 | acc4 = _mm_aesenc_si128(acc4, roundkey0);
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 | acc5 = _mm_aesenc_si128(acc5, roundkey1);
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: 174 | acc6 = _mm_aesenc_si128(acc6, roundkey2);
encrypt.cpp: | ^
encrypt.cpp: encrypt.cpp:175: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:
| Implementation | Compiler |
| T:aesni | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:aesni | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:aesni | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:aesni | clang++ -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: 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:167:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp: 167 | acc0 = _mm_aesenc_si128(acc0, roundkey0);
encrypt.cpp: | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:168:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp: 168 | acc1 = _mm_aesenc_si128(acc1, roundkey1);
encrypt.cpp: | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:169:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp: 169 | acc2 = _mm_aesenc_si128(acc2, roundkey2);
encrypt.cpp: | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:170:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp: 170 | acc3 = _mm_aesenc_si128(acc3, roundkey3);
encrypt.cpp: | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:172:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp: 172 | acc4 = _mm_aesenc_si128(acc4, roundkey0);
encrypt.cpp: | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:173:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp: 173 | acc5 = _mm_aesenc_si128(acc5, roundkey1);
encrypt.cpp: | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:174:32: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.cpp: 174 | acc6 = _mm_aesenc_si128(acc6, roundkey2);
encrypt.cpp: | ^~~~~~~~~~~~~~~~
encrypt.cpp: ...
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:aesni | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:aesni | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:aesni | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:aesni | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
encrypt.cpp: In file included from encrypt.cpp:13:
encrypt.cpp: /usr/lib/llvm-19/lib/clang/19/include/intrin.h:12:15: fatal error: 'intrin.h' file not found
encrypt.cpp: 12 | #include_next <intrin.h>
encrypt.cpp: | ^~~~~~~~~~
encrypt.cpp: 1 error generated.
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:opt-win-aes | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:opt-win-aes | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:opt-win-aes | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:opt-win-aes | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
Compiler output
encrypt.cpp: encrypt.cpp:13:10: fatal error: intrin.h: No such file or directory
encrypt.cpp: 13 | #include <intrin.h>
encrypt.cpp: | ^~~~~~~~~~
encrypt.cpp: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:opt-win-aes | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:opt-win-aes | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:opt-win-aes | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:opt-win-aes | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |