Test results for amd64, h4atom, crypto_aead/aes128poetv2aes4ni

[Page version: 20251115 13:22:58]

Measurements for amd64, h4atom, crypto_aead Test results for amd64, h4atom, crypto_aead Test results for crypto_aead/aes128poetv2aes4ni
Computer: h4atom
Microarchitecture: amd64; Bonnell (106ca)
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: aes128poetv2aes4ni

Compiler output


poet.c: poet.c:488:14: error: '__builtin_ia32_vec_set_v16qi' needs target feature sse4.1
poet.c:   488 |     ctx->l = one;
poet.c:       |              ^
poet.c: poet.c:47:24: note: expanded from macro 'one'
poet.c:    47 | #define one            _mm_insert_epi8(zero, 1, 15)
poet.c:       |                        ^
poet.c: /usr/lib/llvm-19/lib/clang/19/include/smmintrin.h:923:13: note: expanded from macro '_mm_insert_epi8'
poet.c:   923 |   ((__m128i)__builtin_ia32_vec_set_v16qi((__v16qi)(__m128i)(X), (int)(I),      \
poet.c:       |             ^
poet.c: poet.c:489:13: error: '__builtin_ia32_vec_set_v16qi' needs target feature sse4.1
poet.c:   489 |     k_axu = two;
poet.c:       |             ^
poet.c: poet.c:48:24: note: expanded from macro 'two'
poet.c:    48 | #define two            _mm_insert_epi8(zero, 2, 15)
poet.c:       |                        ^
poet.c: /usr/lib/llvm-19/lib/clang/19/include/smmintrin.h:923:13: note: expanded from macro '_mm_insert_epi8'
poet.c:   923 |   ((__m128i)__builtin_ia32_vec_set_v16qi((__v16qi)(__m128i)(X), (int)(I),      \
poet.c:       |             ^
poet.c: poet.c:490:5: error: always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'keysetup_encrypt_only' that is compiled without support for 'aes'
poet.c:   490 |     aes_encrypt_3blocks_keysetup(k, ctx->l, k_axu, expanded_key);
poet.c:       |     ^
poet.c: poet.c:465:5: note: expanded from macro 'aes_encrypt_3blocks_keysetup'
poet.c:   465 |     aes_encrypt_round_3blocks_keysetup(x, y, z, k[1]); \
poet.c:       |     ^
poet.c: poet.c:448:9: note: expanded from macro 'aes_encrypt_round_3blocks_keysetup'
poet.c: ...

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

Compiler output


poet.c: In file included from poet.c:33:
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/wmmintrin.h: In function 'aes_expand_key':
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/wmmintrin.h:74:1: error: inlining failed in call to 'always_inline' '_mm_aeskeygenassist_si128': target specific option mismatch
poet.c:    74 | _mm_aeskeygenassist_si128 (__m128i __X, const int __C)
poet.c:       | ^~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: poet.c:315:13: note: called from here
poet.c:   315 |     temp2 = _mm_aeskeygenassist_si128(temp1, rcon); \
poet.c:       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: poet.c:354:5: note: in expansion of macro 'aes_create_round_key'
poet.c:   354 |     aes_create_round_key(temp1, temp2, 0x36, &key[10]);
poet.c:       |     ^~~~~~~~~~~~~~~~~~~~
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/wmmintrin.h:74:1: error: inlining failed in call to 'always_inline' '_mm_aeskeygenassist_si128': target specific option mismatch
poet.c:    74 | _mm_aeskeygenassist_si128 (__m128i __X, const int __C)
poet.c:       | ^~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: poet.c:315:13: note: called from here
poet.c:   315 |     temp2 = _mm_aeskeygenassist_si128(temp1, rcon); \
poet.c:       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: poet.c:353:5: note: in expansion of macro 'aes_create_round_key'
poet.c:   353 |     aes_create_round_key(temp1, temp2, 0x1b, &key[9]);
poet.c:       |     ^~~~~~~~~~~~~~~~~~~~
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/wmmintrin.h:74:1: error: inlining failed in call to 'always_inline' '_mm_aeskeygenassist_si128': target specific option mismatch
poet.c:    74 | _mm_aeskeygenassist_si128 (__m128i __X, const int __C)
poet.c:       | ^~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: poet.c:315:13: note: called from here
poet.c:   315 |     temp2 = _mm_aeskeygenassist_si128(temp1, rcon); \
poet.c: ...

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