diff options
| author | Calder Coalson <caldercoalson@gmail.com> | 2025-02-19 12:08:31 -0800 |
|---|---|---|
| committer | Calder Coalson <caldercoalson@gmail.com> | 2025-04-04 16:13:57 -0700 |
| commit | 8ff70529f22158dab9a06c7b2e79e1d460d24c61 (patch) | |
| tree | e01396a6993f362e10701ee4237f4ce806408e74 /library/std/src | |
| parent | 5cc60728e7ee10eb2ae5f61f7d412d9805b22f0c (diff) | |
| download | rust-8ff70529f22158dab9a06c7b2e79e1d460d24c61.tar.gz rust-8ff70529f22158dab9a06c7b2e79e1d460d24c61.zip | |
Expose algebraic floating point intrinsics
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index ad005833ad5..e2bb2e70431 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -340,6 +340,7 @@ #![feature(exact_size_is_empty)] #![feature(exclusive_wrapper)] #![feature(extend_one)] +#![feature(float_algebraic)] #![feature(float_gamma)] #![feature(float_minimum_maximum)] #![feature(fmt_internals)] |
