summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/simd/insert_extract.rs
AgeCommit message (Expand)AuthorLines
2021-04-29remove const_fn feature gate from const testsRalf Jung-1/+0
2021-01-23Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...Caleb Zulawski-3/+7
2019-12-20Require const stability attributes on intrinsics to be able to use them in co...Oliver Scherer-0/+4
2019-09-25Allow simd_insert and simd_extract in const_fngnzlbg-1/+1
2019-09-24Add some more testsgnzlbg-9/+38
2019-09-24Move tests to SIMD subdirectorygnzlbg-0/+24