Re: [dpdk-dev] [PATCH v6 03/10] eal: add intrinsics support check infrastructure

2020-10-14 Thread Jerin Jacob
On Wed, Oct 14, 2020 at 7:00 PM Anatoly Burakov wrote: > > Currently, it is not possible to check support for intrinsics that > are platform-specific, cannot be abstracted in a generic way, or do not > have support on all architectures. The CPUID flags can be used to some > extent, but they are on

Re: [dpdk-dev] [PATCH v6 03/10] eal: add intrinsics support check infrastructure

2020-10-14 Thread Ananyev, Konstantin
> > Currently, it is not possible to check support for intrinsics that > are platform-specific, cannot be abstracted in a generic way, or do not > have support on all architectures. The CPUID flags can be used to some > extent, but they are only defined for their platform, while intrinsics > wi

[dpdk-dev] [PATCH v6 03/10] eal: add intrinsics support check infrastructure

2020-10-14 Thread Anatoly Burakov
Currently, it is not possible to check support for intrinsics that are platform-specific, cannot be abstracted in a generic way, or do not have support on all architectures. The CPUID flags can be used to some extent, but they are only defined for their platform, while intrinsics will be available