| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -1/+1 | |
| 2024-08-04 | Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove ↵ | sayantn | -21/+0 | |
| `issue-120720-reduce-nan.rs` | ||||
| 2024-06-08 | simd packed types: update outdated check, extend codegen test | Ralf Jung | -4/+19 | |
| 2024-06-02 | Test codegen for repr(packed,simd) -> repr(simd) | Jubilee Young | -0/+44 | |
| 2024-06-02 | Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, ↵ | Jubilee | -0/+44 | |
| r=workingjubilee Make repr(packed) vectors work with SIMD intrinsics In #117116 I fixed `#[repr(packed, simd)]` by doing the expected thing and removing padding from the layout. This should be the last step in providing a solution to rust-lang/portable-simd#319 | ||||
| 2024-06-02 | Test codegen for repr(packed,simd) | Jubilee Young | -0/+44 | |
| 2024-05-31 | Run rustfmt on `tests/codegen/`. | Nicholas Nethercote | -12/+11 | |
| Except for `simd-intrinsic/`, which has a lot of files containing multiple types like `u8x64` which really are better when hand-formatted. There is a surprising amount of two-space indenting in this directory. Non-trivial changes: - `rustfmt::skip` needed in `debug-column.rs` to preserve meaning of the test. - `rustfmt::skip` used in a few places where hand-formatting read more nicely: `enum/enum-match.rs` - Line number adjustments needed for the expected output of `debug-column.rs` and `coroutine-debug.rs`. | ||||
| 2024-05-11 | fix few typo in filecheck annotations | klensy | -1/+1 | |
| 2024-03-28 | Restore the test checks for `wider_reduce_into_iter` | DianQK | -3/+3 | |
| The current minimum support is for LLVM 17. | ||||
| 2024-03-05 | use [N x i8] for byval/sret types | Erik Desjardins | -2/+2 | |
| This avoids depending on LLVM's struct types to determine the size of the byval/sret slot. | ||||
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -2/+2 | |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -2/+0 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -13/+13 | |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -1/+1 | |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -0/+22 | |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -1/+1 | |
| 2023-11-09 | Emit #[inline] on derive(Debug) | Ben Kimock | -2/+7 | |
| 2023-10-06 | Add a wishlist FIXME | scottmcm | -0/+2 | |
| 2023-09-24 | Only check for successful vectorization on wider_reduce_into_iter | DianQK | -3/+1 | |
| Different vectorization results are due to different LLVM versions. | ||||
| 2023-09-21 | Increasing the SIMD size improves the vectorization possibilities | DianQK | -13/+13 | |
| Change the simd-wide-sum.rs to pass the LLVM main branching test. | ||||
| 2023-07-29 | tests/codegen/*simd*.rs -> simd/*simd* | Jubilee Young | -0/+140 | |
