about summary refs log tree commit diff
path: root/tests/assembly/simd
AgeCommit message (Collapse)AuthorLines
2024-09-16Ignore reduce-fadd-unordered on SGX platformRaoul Strackx-0/+1
2024-09-15Use -0.0 in `intrinsics::simd::reduce_add_unordered`Jubilee Young-0/+29
-0.0 is the actual neutral additive float, not +0.0, and this matters to codegen.