rust/library/compiler-builtins/testcrate/tests
Trevor Gross 764a177497 Add f128 division
Use the new generic division algorithm to expose `__divtf3` and
`__divkf3`.
2024-09-24 18:32:58 +02:00
..
addsub.rs Remove unsupported *vfp functions (#678) 2024-09-03 22:55:44 -04:00
aeabi_memclr.rs Allow FFI-unsafe warnings for u128/i128 (#323) 2019-11-11 12:19:10 -06:00
aeabi_memcpy.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
aeabi_memset.rs Allow FFI-unsafe warnings for u128/i128 (#323) 2019-11-11 12:19:10 -06: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 Remove unsupported *vfp functions (#678) 2024-09-03 22:55:44 -04:00
div_rem.rs Add f128 division 2024-09-24 18:32:58 +02: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 Implement __ctz*i2 intrinsics 2024-07-25 19:26:02 +03: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