| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -55/+0 | |
| 2022-07-20 | Introduce core::simd trait imports in tests | Jubilee Young | -1/+1 | |
| 2022-07-01 | Amend codegen test. | Camille GILLOT | -3/+4 | |
| 2022-04-02 | Fix `array::IntoIter::fold` to use the optimized `Range::fold` | Scott McMurray | -0/+54 | |
| It was using `Iterator::by_ref` in the implementation, which ended up pessimizing it enough that, for example, it didn't vectorize when we tried it in the <https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd/topic/Reducing.20sum.20into.20wider.20types> conversation. Demonstration that the codegen test doesn't pass on the current nightly: <https://rust.godbolt.org/z/Taxev5eMn> | ||||
