about summary refs log tree commit diff
path: root/tests/assembly/x86-return-float.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-343/+0
2025-04-23tests: account for CFI directives in `tests/assembly/x86-return-float.rs`Jieyou Xu-0/+10
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-24/+18
2025-02-09tests/assembly: cross-compile x86-return-floatJubilee Young-17/+26
2025-02-08tests/assembly: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-10-22adjust asm testRalf Jung-2/+4
2024-10-19Fix test expectations for 32bit x86bjorn3-1/+1
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-27/+27
2024-07-01Ensure tests don't fail on i586 in CIbeetrees-0/+5
2024-06-01Ensure floats are returned losslessly by the Rust ABI on 32-bit x86beetrees-0/+323