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
This has been verified by kani as a correct optimization
see: rust-lang#110840 (comment)
The new implementation is branchless, and only differs in which NaN
values are produced (if any are produced at all). Which is fine to change.
Aside from NaN handling, this implementation produces bitwise identical
results to the original implementation.
Reintroduce f32-based midpoint on some ARM targets
Add tests for large differences in magnitude
fix typo
switch to a whitelist based on platform
make test generic over f32/f64
add wasm to whitelisted target features
Co-authored-by: Alphyr <[email protected]>
switch from target_family to target_arch
0 commit comments