mk: disable gcc AVX512F support
authorYongseok Koh <yskoh@mellanox.com>
Sat, 3 Nov 2018 01:06:32 +0000 (01:06 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 4 Nov 2018 20:55:17 +0000 (21:55 +0100)
commit8d07c82b239f7782be0d3afbb626390e2cb0c8f5
tree73e05ae924d629755739721ce09feff85f2423b0
parentc12ade20c27658d488439a55f4b6d88a6f0637bf
mk: disable gcc AVX512F support

This is a workaround to prevent a crash, which might be caused by
optimization of newer gcc (7.3.0) on Intel Skylake.

This disables AVX512F support of gcc by adding -mno-avx512f if it is
disabled in DPDK (CONFIG_RTE_ENABLE_AVX512=n).

This does not apply to the meson build as that doesn't have such an option
but always enable AVX512F whenever supported.

Bugzilla ID: 97
Cc: stable@dpdk.org
Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
mk/rte.cpuflags.mk