| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-03 | fix mangitude of applied float error | Ralf Jung | -0/+37 | |
| 2025-06-03 | Remove uses of `stdarch_x86_avx512` | sayantn | -6/+0 | |
| 2025-05-18 | Remove uses of `#[feature(avx512_target_feature)]` | sayantn | -4/+1 | |
| 2025-05-08 | add signed integers to unnecessary_lints to ensure feature parity with clippy | bendn | -0/+1 | |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -1/+2 | |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -0/+5 | |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ↵ | Ralf Jung | -2/+2 | |
| than silently enabling them) | ||||
| 2024-11-02 | teach clippy about IeeeFloat, and make all 'allow' into 'expect' | Ralf Jung | -1/+1 | |
| 2024-10-26 | Adjust the vpclmulqdq test case | Tobias Decking | -3/+7 | |
| 2024-10-26 | Implement LLVM x86 vpclmulqdq intrinsics | Tobias Decking | -0/+189 | |
| 2024-10-04 | Implement LLVM x86 gfni intrinsics | Tobias Decking | -0/+518 | |
| 2024-09-17 | Use `@only-target` in SSE and SSE2 tests too | Eduardo Sánchez Muñoz | -1784/+1760 | |
| It looks cleaner and makes it consistent with other X86 tests | ||||
| 2024-09-16 | Bump ui test | Oli Scherer | -108/+24 | |
| 2024-08-29 | fix wasm test | Ralf Jung | -12/+12 | |
| 2024-08-20 | Implement SHA256 SIMD intrinsics on x86 | Martin Habovstiak | -0/+270 | |
| It'd be useful to be able to verify code implementing SHA256 using SIMD since such code is a bit more complicated and at some points requires use of pointers. Until now `miri` didn't support x86 SHA256 intrinsics. This commit implements them. | ||||
| 2024-07-03 | Implement the `_mm256_zeroupper` and `_mm256_zeroall` intrinsics | Tobias Decking | -0/+5 | |
| 2024-06-21 | Implement LLVM x86 adx intrinsics | Tobias Decking | -0/+70 | |
| 2024-06-20 | Implement LLVM x86 bmi intrinsics | Tobias Decking | -0/+216 | |
| 2024-06-13 | add some more CRC tests | Ralf Jung | -0/+20 | |
| 2024-06-13 | Implement LLVM x86 SSE4.2 intrinsics | Tobias Decking | -0/+423 | |
| 2024-06-08 | add support for `pclmulqdq` | Folkert | -0/+48 | |
| 2024-05-04 | move intrinsics implementations and tests into dedicated folder | Ralf Jung | -0/+6574 | |
| and make them separate from 'shims' | ||||
