DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Question Of binutils-avx512-check
@ 2021-05-20 21:22 Liang Ma
  2021-05-21  7:04 ` Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Liang Ma @ 2021-05-20 21:22 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, thomas

Hi All, 
   I try to build DPDK with debug  build-type but the building process is
   failed becuase of AVX512 code from librte-acl. The release build type
   is fine. Hence, I dig a bit into the avx512 enabling logic of meson.

   I found the main logic is implemented inside binutils-avx512-check.sh.

   It looks the script focus on checking the compatiblity of tools-chain
   instead of CPUID. My problem is current script will produce avx512
   code even I build dpdk on AMD platform. I understand the avx512 code
   may not be used in runtime. I just wonder why we can not check the
   cpuid as well ?

Regards
Liang

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-21 10:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 21:22 [dpdk-dev] Question Of binutils-avx512-check Liang Ma
2021-05-21  7:04 ` Thomas Monjalon
2021-05-21  7:56   ` Liang Ma
2021-05-21  8:19     ` Bruce Richardson
2021-05-21  8:55       ` Liang Ma
2021-05-21  9:07         ` Bruce Richardson
2021-05-21  9:56           ` Liang Ma
2021-05-21  9:52         ` Ananyev, Konstantin
2021-05-21 10:01           ` Liang Ma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).