rust/library/compiler-builtins/testcrate
Trevor Gross 2f7fafd182 Rename Float::repr and Float::from_repr
`to_bits` and `from_bits` are builtin methods on float types. Rename
`repr` to `to_bits` and `from_repr` to `from_bits` so this is consistent
with usage that doesn't go through the trait.
2024-10-25 14:18:53 -05:00
..
benches Resolve FIXMEs related to f16 assembly 2024-09-28 17:57:06 -04:00
src Rename Float::repr and Float::from_repr 2024-10-25 14:18:53 -05:00
tests Add support for f128 integer exponentiation 2024-09-28 11:06:33 -04:00
build.rs Apply fixes to build.rs files 2024-08-19 07:04:07 -05:00
Cargo.toml Update to the latest rustc_apfloat 2024-08-03 02:02:44 -04:00