Re: [dpdk-dev] [PATCH 1/2] build: fix SVE compile error with gcc8.3

2021-07-09 Thread Thomas Monjalon
28/06/2021 04:57, Chengwen Feng: > --- a/config/arm/meson.build > +++ b/config/arm/meson.build > @@ -488,3 +488,9 @@ if cc.get_define('__ARM_FEATURE_CRYPTO', args: > machine_args) != '' > compile_time_cpuflags += ['RTE_CPUFLAG_AES', 'RTE_CPUFLAG_PMULL', > 'RTE_CPUFLAG_SHA1', 'RTE_CPUFLAG

[dpdk-dev] [PATCH 1/2] build: fix SVE compile error with gcc8.3

2021-06-27 Thread Chengwen Feng
If the target machine has SVE feature (e.g. "-march=armv8.2-a+sve'), and the compiler are gcc8.3, it will compile error: In file included from ../dpdk-next-net/lib/eal/common/ eal_common_options.c:38: ../dpdk-next-net/lib/eal/arm/include/rte_vect.h:13:10: fatal error