Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

C++ runtime use SSE/SSE2

Anatoly_K_
Beginner
345 Views

I see the intel compiler 17.0 (in Release configuration) translate C-runtime (like "strlen" or "memcpy") as inline functions used SSE/SSE2.

1) Is it possible to take a look on these function - I sure they are pretty good as samples - maybe somebody knows?

2) What is the efficiency of using SSE2 for such trivial as "strlen"?

 

0 Kudos
0 Replies
Reply