Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The tight loop below can get better performance if unroll manually to indicate the compiler generating better parallel instructions.
for (auto iter = u64_data; iter < end; ++iter)
{ count += BitUtil::PopCount(*iter); }Attachments
Issue Links
- links to