Skip to content

Commit

Permalink
Make float division generic
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross35 committed Aug 19, 2024
1 parent 81148a5 commit a5ce398
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 689 deletions.
Loading

0 comments on commit a5ce398

Please sign in to comment.