Re: [PATCH] drivers: fix build warnings when using icx

2025-02-11 Thread Bruce Richardson
On Mon, Feb 10, 2025 at 05:19:57PM +, Bruce Richardson wrote: > The Intel oneAPI DPC++/C++ Compiler (icx), issues warnings on build when > the "-march=native", or other configured global "-march" flag, is > overridden to "skylake-avx512", when compiling AVX-512 code. > > Allow building with ic

[PATCH] drivers: fix build warnings when using icx

2025-02-10 Thread Bruce Richardson
The Intel oneAPI DPC++/C++ Compiler (icx), issues warnings on build when the "-march=native", or other configured global "-march" flag, is overridden to "skylake-avx512", when compiling AVX-512 code. Allow building with icx with warnings-as-errors flag (werror) enabled by disabling the warning for