| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -27/+0 | |
| 2021-11-14 | Don't run the codegen test when `debug_assert` is enabled | Scott McMurray | -0/+1 | |
| 2021-11-11 | MIRI says `reverse` is UB, so replace it with an implementation that LLVM ↵ | Scott McMurray | -0/+26 | |
| can vectorize For small types with padding, the current implementation is UB because it does integer operations on uninit values. But LLVM has gotten smarter since I wrote the previous implementation in 2017, so remove all the manual magic and just write it in such a way that LLVM will vectorize. This code is much simpler (albeit nuanced) and has very little `unsafe`, and is actually faster to boot! | ||||
