Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6709 Discussions

Is it possible to "force" the use of a specific SIMD?

markzzz
Beginner
452 Views

Hi,

is it possible with the awesome IPP library to force the dispatcher to only use a specific arch? Such as "IPP, please only use SSE2"?

I'd like to test IPP against some mine intrinsics code, while learning them :)

Thanks

0 Kudos
1 Solution
Tatyana_B_Intel
Employee
452 Views

Hello,

Yes, sure. please use SetCpuFeatures function.

Here is the documentation reference: https://software.intel.com/en-us/ipp-dev-reference-setcpufeatures

Best regards,

Tatyana

View solution in original post

0 Kudos
2 Replies
Tatyana_B_Intel
Employee
453 Views

Hello,

Yes, sure. please use SetCpuFeatures function.

Here is the documentation reference: https://software.intel.com/en-us/ipp-dev-reference-setcpufeatures

Best regards,

Tatyana

0 Kudos
markzzz
Beginner
452 Views

Awesome! Thank you!

0 Kudos
Reply