RE: [PATCH v2 1/2] drivers: fix build warnings when using icx

2025-02-10 Thread Stokes, Ian
> 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

[PATCH v2 1/2] drivers: fix build warnings when using icx

2025-02-05 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