Test results for amd64, h4atom, crypto_aead/aegis128
[Page version: 20251115 13:22:58]
Measurements for amd64, h4atom, crypto_aead
Test results for amd64, h4atom, crypto_aead
Test results for crypto_aead/aegis128
Computer: h4atom
Microarchitecture: amd64; Bonnell (106ca)
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: aegis128
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 139327 | 5070 4096 0 | 19734 4884 1096 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 139359 | 5065 4096 0 | 20902 4884 1096 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 155286 | 4794 4096 0 | 19029 4876 1096 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 156445 | 2937 4096 0 | 15617 4860 1064 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 161658 | 3681 4096 0 | 19359 4924 1032 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 161673 | 4393 4096 0 | 21215 4924 1032 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 161957 | 3609 4096 0 | 17041 4916 1032 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 176217 | 3992 4096 0 | 18095 4924 1032 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
| 182230 | 4264 4096 0 | 24679 4924 1032 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250904 | 20250415 |
Compiler output
encrypt.c: encrypt.c:34:25: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_initialization' that is compiled without support for 'aes'
encrypt.c: 34 | state[4] = _mm_aesenc_si128(state[3], state[4]);
encrypt.c: | ^
encrypt.c: encrypt.c:35:25: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_initialization' that is compiled without support for 'aes'
encrypt.c: 35 | state[3] = _mm_aesenc_si128(state[2], state[3]);
encrypt.c: | ^
encrypt.c: encrypt.c:36:25: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_initialization' that is compiled without support for 'aes'
encrypt.c: 36 | state[2] = _mm_aesenc_si128(state[1], state[2]);
encrypt.c: | ^
encrypt.c: encrypt.c:37:25: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_initialization' that is compiled without support for 'aes'
encrypt.c: 37 | state[1] = _mm_aesenc_si128(state[0], state[1]);
encrypt.c: | ^
encrypt.c: encrypt.c:38:25: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_initialization' that is compiled without support for 'aes'
encrypt.c: 38 | state[0] = _mm_aesenc_si128(tmp, state[0]);
encrypt.c: | ^
encrypt.c: encrypt.c:104:20: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_enc_aut_step' that is compiled without support for 'aes'
encrypt.c: 104 | state[4] = _mm_aesenc_si128(state[3],state[4]);
encrypt.c: | ^
encrypt.c: encrypt.c:105:20: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_enc_aut_step' that is compiled without support for 'aes'
encrypt.c: 105 | state[3] = _mm_aesenc_si128(state[2],state[3]);
encrypt.c: | ^
encrypt.c: encrypt.c:106:20: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_enc_aut_step' that is compiled without support for 'aes'
encrypt.c: 106 | state[2] = _mm_aesenc_si128(state[1],state[2]);
encrypt.c: | ^
encrypt.c: encrypt.c:107:20: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'aegis128_enc_aut_step' that is compiled without support for 'aes'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 5, 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)) |
| T:aesni | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
Compiler output
encrypt.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/include/immintrin.h:41,
encrypt.c: from encrypt.c:4:
encrypt.c: In function 'aegis128_initialization',
encrypt.c: inlined from 'crypto_aead_aegis128_aesni_timingleaks_encrypt' at encrypt.c:156:9:
encrypt.c: encrypt.c:34:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 34 | state[4] = _mm_aesenc_si128(state[3], state[4]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:35:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 35 | state[3] = _mm_aesenc_si128(state[2], state[3]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:36:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 36 | state[2] = _mm_aesenc_si128(state[1], state[2]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:37:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 37 | state[1] = _mm_aesenc_si128(state[0], state[1]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:38:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 38 | state[0] = _mm_aesenc_si128(tmp, state[0]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: In function 'aegis128_enc_aut_step',
encrypt.c: inlined from 'crypto_aead_aegis128_aesni_timingleaks_encrypt' at encrypt.c:160:15:
encrypt.c: encrypt.c:104:20: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 104 | state[4] = _mm_aesenc_si128(state[3],state[4]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:105:20: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 2, namely:
| Implementation | Compiler |
| T:aesni | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:aesni | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
encrypt.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/include/immintrin.h:41,
encrypt.c: from encrypt.c:4:
encrypt.c: In function 'aegis128_initialization',
encrypt.c: inlined from 'crypto_aead_aegis128_aesni_timingleaks_encrypt' at encrypt.c:156:9:
encrypt.c: encrypt.c:34:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 34 | state[4] = _mm_aesenc_si128(state[3], state[4]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:35:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 35 | state[3] = _mm_aesenc_si128(state[2], state[3]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:36:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 36 | state[2] = _mm_aesenc_si128(state[1], state[2]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:37:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 37 | state[1] = _mm_aesenc_si128(state[0], state[1]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:38:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 38 | state[0] = _mm_aesenc_si128(tmp, state[0]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:34:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 34 | state[4] = _mm_aesenc_si128(state[3], state[4]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:35:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 35 | state[3] = _mm_aesenc_si128(state[2], state[3]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:aesni | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
encrypt.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/include/immintrin.h:41,
encrypt.c: from encrypt.c:4:
encrypt.c: encrypt.c: In function 'aegis128_enc_aut_step':
encrypt.c: encrypt.c:104:20: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 104 | state[4] = _mm_aesenc_si128(state[3],state[4]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:105:20: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 105 | state[3] = _mm_aesenc_si128(state[2],state[3]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:106:20: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 106 | state[2] = _mm_aesenc_si128(state[1],state[2]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:107:20: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 107 | state[1] = _mm_aesenc_si128(state[0],state[1]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:108:20: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 108 | state[0] = _mm_aesenc_si128(tmp,state[0]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: In function 'aegis128_initialization',
encrypt.c: inlined from 'crypto_aead_aegis128_aesni_timingleaks_encrypt' at encrypt.c:156:9:
encrypt.c: encrypt.c:34:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 34 | state[4] = _mm_aesenc_si128(state[3], state[4]);
encrypt.c: | ^~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:35:25: error: '__builtin_ia32_aesenc128' needs isa option -mvaes -mavx512vl -maes -msse2
encrypt.c: 35 | state[3] = _mm_aesenc_si128(state[2], state[3]);
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:aesni | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Namespace violations
aes.o TE0 D
aes.o TE1 D
aes.o TE2 D
aes.o TE3 D
Number of similar (implementation,compiler) pairs: 9, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |