Bug ID 1736
Summary building DPDK [v25.07-rc2] error: inlining failed in call to always_inline ‘_mm512_clmulepi64_epi128’: target specific option mismatch _mm512_clmulepi64_epi128 (__m512i __A, __m512i __B, const int __C)
Product DPDK
Version 25.03
Hardware All
OS All
Status UNCONFIRMED
Severity normal
Priority Normal
Component meson
Assignee dev@dpdk.org
Reporter 14pwcse1224@uetpeshawar.edu.pk
Target Milestone ---

/usr/lib/gcc/x86_64-redhat-linux/8/include/avx512fintrin.h:1579:1: error:
inlining failed in call to always_inline ‘_mm512_ternarylogic_epi64’: target
specific option mismatch
 _mm512_ternarylogic_epi64 (__m512i __A, __m512i __B, __m512i __C,
 ^~~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_avx512.c:56:9: note: called from here
  return _mm512_ternarylogic_epi64(tmp0, tmp1, data_block, 0x96);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-redhat-linux/8/include/immintrin.h:111,
                 from
/usr/lib/gcc/x86_64-redhat-linux/8/include/x86intrin.h:48,
                 from ../lib/eal/x86/include/rte_vect.h:24,
                 from ../lib/net/net_crc_avx512.c:8:
/usr/lib/gcc/x86_64-redhat-linux/8/include/vpclmulqdqintrin.h:40:1: error:
inlining failed in call to always_inline ‘_mm512_clmulepi64_epi128’: target
specific option mismatch
 _mm512_clmulepi64_epi128 (__m512i __A, __m512i __B, const int __C)
 ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_avx512.c:54:9: note: called from here
  tmp1 = _mm512_clmulepi64_epi128(fold, precomp, 0x10);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-redhat-linux/8/include/immintrin.h:111,
                 from
/usr/lib/gcc/x86_64-redhat-linux/8/include/x86intrin.h:48,
                 from ../lib/eal/x86/include/rte_vect.h:24,
                 from ../lib/net/net_crc_avx512.c:8:
/usr/lib/gcc/x86_64-redhat-linux/8/include/vpclmulqdqintrin.h:40:1: error:
inlining failed in call to always_inline ‘_mm512_clmulepi64_epi128’: target
specific option mismatch
 _mm512_clmulepi64_epi128 (__m512i __A, __m512i __B, const int __C)
 ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/net/net_crc_avx512.c:53:9: note: called from here
  tmp0 = _mm512_clmulepi64_epi128(fold, precomp, 0x01);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[142/3483] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
          


You are receiving this mail because: