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
- avoid using a union in fast_log2 (fix undefined behaviour)
- make code auto vectorizable by gcc
- add a block version for fast_log2 (should be auto vectorized)
- assume sign bit == 0, makes exponent extraction easier
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
0 commit comments