rust/library/stdarch/crates
Jacob Bramley 05afebca4d Clean up intrinsic-test literals.
- Ensure that C literals don't rely on undefined overflow behaviour.
- We don't need to use 'as' casts, so remove them.
- We weren't using allow(overflowing_literals), so remove it.
- Format FP bit values as hex.

This simplifies the test input initialisers in the generated files,
making them shorter and easier to debug.
2023-11-01 14:33:48 +01:00
..
assert-instr-macro Simplify some expressions with pointers and references 2023-10-31 02:20:17 +01:00
core_arch Avoid unneeded transmutes in generated ARM tests 2023-10-31 17:58:01 +01:00
intrinsic-test Clean up intrinsic-test literals. 2023-11-01 14:33:48 +01:00
simd-test-macro Support adding attributes to simd_test tests 2023-10-02 21:29:51 +01:00
std_detect std_detect: Add support for LoongArch 2023-10-31 14:37:10 +01:00
stdarch-gen Avoid unneeded transmutes in generated ARM tests 2023-10-31 17:58:01 +01:00
stdarch-test Simplify some expressions with pointers and references 2023-10-31 02:20:17 +01:00
stdarch-verify Fix various compilation errors 2023-10-29 20:39:50 +01:00