Test results for amd64, h4atom, crypto_aead/aes128poetv2aes128ni

[Page version: 20251115 13:22:58]

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

Compiler output


poet.c: poet.c:491:29: error: '__builtin_ia32_vec_set_v16qi' needs target feature sse4.1
poet.c:   491 |     ctx->y = vxor(ctx->tau, 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: 1 error generated.

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:32:
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/smmintrin.h: In function 'encode_parameters':
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/smmintrin.h:415:1: error: inlining failed in call to 'always_inline' '_mm_insert_epi64': target specific option mismatch
poet.c:   415 | _mm_insert_epi64 (__m128i __D, long long __S, const int __N)
poet.c:       | ^~~~~~~~~~~~~~~~
poet.c: poet.c:420:12: note: called from here
poet.c:   420 |     return _mm_insert_epi64(params, intermediate_taglen, 1);
poet.c:       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/smmintrin.h:415:1: error: inlining failed in call to 'always_inline' '_mm_insert_epi64': target specific option mismatch
poet.c:   415 | _mm_insert_epi64 (__m128i __D, long long __S, const int __N)
poet.c:       | ^~~~~~~~~~~~~~~~
poet.c: poet.c:419:22: note: called from here
poet.c:   419 |     __m128i params = _mm_insert_epi64(zero, num_blocks_per_part, 0);
poet.c:       |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/smmintrin.h:415:1: error: inlining failed in call to 'always_inline' '_mm_insert_epi64': target specific option mismatch
poet.c:   415 | _mm_insert_epi64 (__m128i __D, long long __S, const int __N)
poet.c:       | ^~~~~~~~~~~~~~~~
poet.c: poet.c:420:12: note: called from here
poet.c:   420 |     return _mm_insert_epi64(params, intermediate_taglen, 1);
poet.c:       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/smmintrin.h:415:1: error: inlining failed in call to 'always_inline' '_mm_insert_epi64': target specific option mismatch
poet.c:   415 | _mm_insert_epi64 (__m128i __D, long long __S, const int __N)
poet.c:       | ^~~~~~~~~~~~~~~~
poet.c: poet.c:419:22: note: called from here
poet.c:   419 |     __m128i params = _mm_insert_epi64(zero, num_blocks_per_part, 0);
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)