rust/library/compiler-builtins/testcrate
Trevor Gross b47d3cc2f8 Shorten prefixes for float constants
Change `SIGNIFICAND_*` to `SIG_*` and `EXPONENT_*` to `EXP_*`. This
makes things more consistent with `libm`, and terseness is convenient
here since there isn't anything to confuse.
2025-01-03 02:54:56 +00:00
..
benches Add integer to f128 conversions 2024-10-30 12:25:24 -05:00
src Shorten prefixes for float constants 2025-01-03 02:54:56 +00:00
tests Shorten prefixes for float constants 2025-01-03 02:54:56 +00: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