- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page