Expose algebraic floating point intrinsics

This commit is contained in:
Calder Coalson
2025-02-19 12:08:31 -08:00
parent 5cc60728e7
commit 8ff70529f2
15 changed files with 544 additions and 24 deletions

View File

@@ -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)]