about summary refs log tree commit diff
path: root/tests/codegen/float/f128.rs
AgeCommit message (Expand)AuthorLines
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-27/+55
2025-01-28Fix tests/codegen/float/f128Alisa Sireneva-1/+30
2024-10-20x86-32 float return for 'Rust' ABI: treat all float types consistentlyRalf Jung-2/+4
2024-10-12Update tests for 32bit targetsbjorn3-27/+79
2024-07-12Adjust tests for x86 "Rust" ABI changesbeetrees-2/+9
2024-05-16Fix assertion when attempting to convert `f16` and `f128` with `as`Trevor Gross-0/+194
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-0/+129