[PATCH] build: remove support for icc compiler
David Marchand
david.marchand at redhat.com
Wed Feb 5 18:03:16 CET 2025
On Wed, Feb 5, 2025 at 5:19 PM Bruce Richardson
<bruce.richardson at intel.com> wrote:
>
> The Intel-produced compiler "icc" has been replaced by the newer
> clang-based "icx" compiler. DPDK compilation has also not been tested
> recently with the icc compiler, so let's remove doc and code references
> to icc, and any special macros or build support that was added for it.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
I noticed remaining references, from which some can be cleaned up too:
app/test-pmd/testpmd.h: * Work-around of a compilation error with ICC
on invocations of the
lib/eal/common/eal_common_dynmem.c: /* to prevent
icc errors */
lib/eal/x86/include/rte_vect.h:#if defined(__ICC) || defined(_WIN64)
buildtools/check-symbols.sh:# Filter out symbols suffixed with a . for icc
buildtools/check-symbols.sh:# Filter out symbols suffixed with a . for icc
And please add a release note update.
Thanks.
--
David Marchand
More information about the dev
mailing list