Re: buildtools/binutils-avx512-check.sh

2021-11-12 Thread Bruce Richardson
in has a bug or is just absent: > > root@freebsd:/tmp/dpdk # meson build > [...] > config/x86/meson.build:9: WARNING: Binutils error with AVX512 assembly, > disabling AVX512 support > [...] > > root@freebsd:/tmp/dpdk # uname -r > 13.0-RELEASE > > root@freebsd:/tmp/dp

buildtools/binutils-avx512-check.sh

2021-11-12 Thread Dmitry Kozlyuk
512F may be disabled for LLVM-based builds because GNU toolchain has a bug or is just absent: root@freebsd:/tmp/dpdk # meson build [...] config/x86/meson.build:9: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support [...] root@freebsd:/tmp/dpdk # uname -r 13.0-RELEASE root@freebs