Skip to content

Commit 8990af8

Browse files
committed
Make float division generic
Float division currently has a separate `div32` and `div64` for `f32` and `f64`, respectively. Combine these to make use of generics. This will make it easier to support `f128` division, and reduces a lot of redundant code. This includes a simplification of division tests.
1 parent accd88f commit 8990af8

File tree

2 files changed

+366
-684
lines changed

2 files changed

+366
-684
lines changed

0 commit comments

Comments
 (0)