From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] mk: fix scope of disabling AVX512F support Date: Mon, 14 Jan 2019 17:28:56 +0100 Message-ID: <2013296.yFTJKXJfz1@xps> References: <20190107164942.88785-1-ferruh.yigit@intel.com> <20190114154935.6072-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , stable@dpdk.org, Tom Barbette , Yongseok Koh , Konstantin Ananyev , Bruce Richardson , Vipin Varghese To: Ferruh Yigit Return-path: In-Reply-To: <20190114154935.6072-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/01/2019 16:49, Ferruh Yigit: > 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 > --- > Cc: Tom Barbette > Cc: Thomas Monjalon > Cc: Yongseok Koh > Cc: Konstantin Ananyev > Cc: Bruce Richardson > > v2: > * Added warning message (print only once for eal) > * Moved decision details to compat file, kept execution in cpuflags > > v3: > * replace 'ld' with '$(LD)' for cross build > * added meson support > > v4: > * Document this limitation in release notes > Cc: Vipin Varghese > > v5: > * Grammar fix > * remove $(lastword.. ) from makefile > * add 'OR' between possible workarounds Acked-by: Thomas Monjalon Applied, thanks