rust/library/compiler-builtins/testcrate
Trevor Gross c7bd2a5655 Add ppc_alias to the intrinsics! macro
PowerPC platforms use `kf` rather than `tf` for `f128`. Add a way to
alias this in the macro to make the code cleaner.

This also fixes the names of `fixunstf*` and `fixtf*` on Power PC
(`fixunskf*` and `fixkf*` are correct).
2024-05-21 03:55:37 -04:00
..
benches Implement faster memcmp for x86_64 2022-05-27 21:58:39 +02:00
src Allow a specific fallback function in apfloat_fallback 2024-05-20 20:00:46 -04:00
tests Add ppc_alias to the intrinsics! macro 2024-05-21 03:55:37 -04:00
build.rs Add f128 float to integer conversion functions 2024-05-20 20:01:33 -04:00
Cargo.toml Add f128 float to integer conversion functions 2024-05-20 20:01:33 -04:00