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

2020-10-12 Thread David Christensen
On 10/9/20 9:02 AM, 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 only defined for the

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

2020-10-12 Thread Burakov, Anatoly
On 11-Oct-20 11:07 AM, Jerin Jacob wrote: On Fri, Oct 9, 2020 at 9:32 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 u

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

2020-10-11 Thread Jerin Jacob
On Fri, Oct 9, 2020 at 9:32 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 onl

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

2020-10-09 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