You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use RBIT intrinsic (if available) instead of the slow
software reverse. Note that RBIT is at least ~2x faster:
Reverse Function Benchmark
==========================
Current implementation: 18 ms
Optimized implementation: 8 ms
Speedup: 2.25x
Signed-off-by: iabdalkader <[email protected]>
0 commit comments