about summary refs log tree commit diff
path: root/tests/run-make/simd-ffi/simd.rs
AgeCommit message (Collapse)AuthorLines
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+7
As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items.
2024-11-14tests/run-make/simd-ffi: use a generic LLVM intrinsics ...liushuyu-5/+3
... to do more comprehensive type checking
2024-11-14tests/run-make/simd-ffi: fix test crashing on x86 targets ...liushuyu-2/+2
... that do not have SSE2 support (e.g. i586)
2024-09-09Ban non-array SIMDScott McMurray-2/+4
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+82
They pass fine.