Re: [dpdk-dev] [PATCH 1/2] net/octeontx2: check compiler flag before use

2020-01-28 Thread Jerin Jacob
On Fri, Jan 24, 2020 at 9:10 PM Bruce Richardson wrote: > > Rather than assuming all compilers support the -flax-vector-extensions > flag, we should test this before using it, thereby potentially avoiding > warnings. > > Cc: jer...@marvell.com > > Signed-off-by: Bruce Richardson Acked-by: Jerin

[dpdk-dev] [PATCH 1/2] net/octeontx2: check compiler flag before use

2020-01-24 Thread Bruce Richardson
Rather than assuming all compilers support the -flax-vector-extensions flag, we should test this before using it, thereby potentially avoiding warnings. Cc: jer...@marvell.com Signed-off-by: Bruce Richardson --- drivers/net/octeontx2/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 delet