rust/library/compiler-builtins/testcrate/tests
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
..
addsub.rs Remove unsupported *vfp functions (#678) 2024-09-03 22:55:44 -04:00
aeabi_memclr.rs Remove unneeded features 2024-09-28 10:56:30 -04:00
aeabi_memcpy.rs Remove unneeded features 2024-09-28 10:56:30 -04:00
aeabi_memset.rs Remove unneeded features 2024-09-28 10:56:30 -04:00
big.rs Add Shr to u256 2024-09-24 18:21:57 +02:00
cmp.rs Remove unsupported *vfp functions (#678) 2024-09-03 22:55:44 -04:00
conv.rs Add integer to f128 conversions 2024-10-30 12:25:24 -05:00
div_rem.rs Add f128 division 2024-09-24 18:32:58 +02:00
float_pow.rs Shorten prefixes for float constants 2025-01-03 02:54:56 +00:00
lse.rs Change aarch64_linux module and lse tests to have the same gating 2024-04-16 14:04:47 -04:00
mem.rs Disable some PPC64 tests which are failing due to an LLVM(?) bug 2022-07-28 16:02:04 +01:00
misc.rs Move float_pow tests to their own file 2024-09-28 11:06:33 -04:00
mul.rs Remove unsupported *vfp functions (#678) 2024-09-03 22:55:44 -04:00
shift.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00