Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
fuber2018
2y ago
0 comments
Share
If I unroll the main while loop to handle 4x as much each time through the loop in the SWAR-version, the runtime drops to 0.0562s (average 10 runs).
That's an overall 57.5x speedup.
0 comments
default
newest
oldest
fuber2018
OP
2y ago
If I convert the unrolled-64-bit SWAR function to use 32-bit chunks instead, average runtime almost doubles, approx. 0.1s now.
Need sleep now.
fuber2018
OP
2y ago
If I unroll the 64-bit SWAR version by 8x instead of 4x, the runtime is reduced by another 10% over the 4x-unrolled SWAR version. Diminishing returns...
j
/
k
navigate · click thread line to collapse