about summary refs log tree commit diff
path: root/library/core/tests/simd.rs
AgeCommit message (Collapse)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-13/+0
2023-11-26Fix library testsCaleb Zulawski-2/+1
2022-07-20Introduce core::simd trait imports in testsJubilee Young-0/+1
2022-03-03Miri can run this test nowRalf Jung-2/+0
2021-12-02Force splatting in SIMD testJubilee Young-1/+1
2021-11-14disable portable SIMD tests in MiriRalf Jung-0/+2
2021-11-12Test core::simd worksJubilee Young-0/+13
These tests just verify some basic APIs of core::simd function, and guarantees that attempting to access the wrong things doesn't work. The majority of tests are stochastic, and so remain upstream, but a few deterministic tests arrive in the subtree as doc tests.