Re: [PATCH 3/3] dma/idxd: fix non-AVX builds with older compilers

2022-06-26 Thread Thomas Monjalon
> > When building without AVX2 support using an older compiler e.g. gcc 4.8 on > > Centos/RHEL 7, we get build errors due to the use of AVX2 intrinsics. > > This is because the compiler does not support > > "__attribute__((target(AVX2)))" function attribute. Disable build of this > > driver such ed

RE: [PATCH 3/3] dma/idxd: fix non-AVX builds with older compilers

2022-06-24 Thread Jiang, YuX
> -Original Message- > From: Bruce Richardson > Sent: Thursday, June 23, 2022 9:50 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH 3/3] dma/idxd: fix non-AVX builds with older compilers > > When building without AVX2 support using an older

[PATCH 3/3] dma/idxd: fix non-AVX builds with older compilers

2022-06-23 Thread Bruce Richardson
When building without AVX2 support using an older compiler e.g. gcc 4.8 on Centos/RHEL 7, we get build errors due to the use of AVX2 intrinsics. This is because the compiler does not support "__attribute__((target(AVX2)))" function attribute. Disable build of this driver such edge cases. Generic b