about summary refs log tree commit diff
path: root/tests/codegen/simd
AgeCommit message (Expand)AuthorLines
2024-09-09Ban non-array SIMDScott McMurray-1/+1
2024-08-04Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss...sayantn-21/+0
2024-06-08simd packed types: update outdated check, extend codegen testRalf Jung-4/+19
2024-06-02Test codegen for repr(packed,simd) -> repr(simd)Jubilee Young-0/+44
2024-06-02Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin...Jubilee-0/+44
2024-06-02Test codegen for repr(packed,simd)Jubilee Young-0/+44
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-12/+11
2024-05-11fix few typo in filecheck annotationsklensy-1/+1
2024-03-28Restore the test checks for `wider_reduce_into_iter`DianQK-3/+3
2024-03-05use [N x i8] for byval/sret typesErik Desjardins-2/+2
2024-02-25fix use of platform_intrinsics in testsRalf Jung-2/+2
2024-02-23Ignore less tests in debug buildsBen Kimock-2/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-13/+13
2024-02-21remove simd_reduce_{min,max}_nanlessRalf Jung-1/+1
2024-02-20Add "algebraic" versions of the fast-math intrinsicsBen Kimock-0/+22
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-1/+1
2023-11-09Emit #[inline] on derive(Debug)Ben Kimock-2/+7
2023-10-06Add a wishlist FIXMEscottmcm-0/+2
2023-09-24Only check for successful vectorization on wider_reduce_into_iterDianQK-3/+1
2023-09-21Increasing the SIMD size improves the vectorization possibilitiesDianQK-13/+13
2023-07-29tests/codegen/*simd*.rs -> simd/*simd*Jubilee Young-0/+140