rust/library/compiler-builtins/testcrate
Trevor Gross f82e1f14fc Rework the test crate to separate individual tests
Currently, tests of the same kind are grouped together across all types
into a single function. This makes it difficult to understand exactly
what failed in CI.

Change test macros to create separate functions for separate types so
failures are more fine grained.
2024-05-18 04:37:55 -04:00
..
benches Implement faster memcmp for x86_64 2022-05-27 21:58:39 +02:00
src Refactor float test macros to have a fallback 2024-05-15 07:19:17 -05:00
tests Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00
build.rs Implement f128 addition and subtraction 2024-05-15 07:19:17 -05:00
Cargo.toml Implement f128 addition and subtraction 2024-05-15 07:19:17 -05:00