-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
...perhaps by making the core functions branchless.
approx_eq_ulps(), probably the most used function, is pretty short and probably quite easy to make branchless.
approx_cmp() and approx_eq_ratio() are disturbingly long functions IMHO and probably hold promise for plenty of other kinds of optimizations.
Reactions are currently unavailable