Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 4743e80

Browse files
committed
Add float and integer traits from compiler-builtins
In preparation of adding generic algorithms to `libm`, add the traits from `compiler-builtins`. Eventually we should be able to unify the two crates so we don't have duplicate implementations. (cherry picked from commit 8241ad7)
1 parent e8e6ffc commit 4743e80

File tree

2 files changed

+522
-0
lines changed

2 files changed

+522
-0
lines changed

src/math/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ mod k_tanf;
323323
mod rem_pio2;
324324
mod rem_pio2_large;
325325
mod rem_pio2f;
326+
mod traits;
326327

327328
// Private re-imports
328329
use self::expo2::expo2;

0 commit comments

Comments
 (0)