| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-18 | x86-sse2 ABI: use SSE registers for floats and SIMD | Ralf Jung | -14/+29 | |
| 2024-10-20 | x86-32 float return for 'Rust' ABI: treat all float types consistently | Ralf Jung | -22/+27 | |
| 2024-10-12 | Update tests for 32bit targets | bjorn3 | -7/+19 | |
| 2024-07-12 | Adjust tests for x86 "Rust" ABI changes | beetrees | -2/+9 | |
| 2024-05-16 | Fix assertion when attempting to convert `f16` and `f128` with `as` | Trevor Gross | -3/+199 | |
| These types are currently rejected for `as` casts by the compiler. Remove this incorrect check and add codegen tests for all conversions involving these types. | ||||
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -0/+129 | |
| Implement basic operation traits that get lowered to intrinsics. This includes codegen tests for implemented operations. | ||||
