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

Platform-Aware Functions overhead

BMart1
New Contributor II
302 Views

Are _L variants slower? Will I get code bloat if I mix _L and normal variants of the same function? Or are both functions implemented only once underneath?

0 Kudos
2 Replies
Shaojuan_Z_Intel
Employee
302 Views

Hi Bruno,

The performance of platform-aware functions with _L variant should be comparable with the none _L functions for compatible systems. _L functions can overcome 32-bit size limitations. Can you explain why you'd use the same function with both variants? This link https://software.intel.com/en-us/node/684662 provides more information.

0 Kudos
BMart1
New Contributor II
302 Views
I already have some code using 32 bit functions I'd rather not update at the moment. I'm thinking of using_L functions for new code.
0 Kudos
Reply