mk: fix scope of disabling AVX512F support
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 Jan 2019 15:49:35 +0000 (15:49 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 Jan 2019 16:27:48 +0000 (17:27 +0100)
commita32ca9a4ebc1350ce48df0222decef95a72b742b
treedba4242ba996025414bf1935a66a4e1a49f11552
parentbf78d4dc2ba64e69fda4cc569f99cfb4c806474a
mk: fix scope of disabling AVX512F support

AVX512 was disabled for GCC because of Bugzilla issue 97 [1],
the GCC defect submitted for the issue [2] highlighted that this is
a known binutils version 2.30 issue.

Narrowed the scope of no-avx512 to the this specific binutils version.

[1]
https://bugs.dpdk.org/show_bug.cgi?id=97

[2]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88096

Fixes: 8d07c82b239f ("mk: disable gcc AVX512F support")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
config/meson.build
doc/guides/rel_notes/known_issues.rst
doc/guides/rel_notes/release_19_02.rst
mk/rte.cpuflags.mk
mk/toolchain/gcc/rte.toolchain-compat.mk