rust/library/compiler-builtins/testcrate
Ayrton 9e65060184 Add __truncdfsf2 intrinsic
This adds the truncdfsf2 intrinsic and a corresponding fuzz test case. The
implementation of trunc is generic to make it easy to add truncdfhs2 and
truncsfhf2 if rust ever gets `f16` support.
2021-12-12 15:01:34 -05:00
..
benches Add misaligned benchmarks 2021-08-21 03:03:06 +01:00
src Completely overhaul fuzz testing 2020-12-08 11:42:28 -06:00
tests Add __truncdfsf2 intrinsic 2021-12-12 15:01:34 -05:00
Cargo.toml Add public-test-deps feature for better visibility control 2021-06-02 14:13:54 -05:00