Re: [dpdk-dev] [PATCH] Add build option to enable/disable AVX2 support

2020-10-29 Thread Wiles, Keith
From: Felix Moessbauer Date: Monday, October 26, 2020 at 9:31 AM To: Wiles, Keith Cc: dev@dpdk.org , henning.sch...@siemens.com , Felix Moessbauer Subject: [PATCH] Add build option to enable/disable AVX2 support This patch introduces a meson option to disable the AVX2 support. If the build s

Re: [dpdk-dev] [PATCH] Add build option to enable/disable AVX2 support

2020-10-27 Thread Bruce Richardson
On Mon, Oct 26, 2020 at 03:30:27PM +0100, Felix Moessbauer wrote: > This patch introduces a meson option to disable the AVX2 support. > If the build should be for a target without AVX2 support, the > know can be turned to false, even if the compiler supports AVX2. > > Signed-off-by: Felix Moessbau

[dpdk-dev] [PATCH] Add build option to enable/disable AVX2 support

2020-10-26 Thread Felix Moessbauer
This patch introduces a meson option to disable the AVX2 support. If the build should be for a target without AVX2 support, the know can be turned to false, even if the compiler supports AVX2. Signed-off-by: Felix Moessbauer --- meson.build | 3 ++- meson_options.txt | 1 + 2 files changed