| Age | Commit message (Expand) | Author | Lines |
| 2025-09-02 | Remove some llvm workarounds | Nikita Popov | -6/+2 |
| 2025-08-20 | Adjust immediate for vrndscalepd tests | Nikita Popov | -2/+2 |
| 2025-08-20 | Work around selection failure without avx512vl | Nikita Popov | -2/+6 |
| 2025-08-20 | Add missing avx512vl target features | Nikita Popov | -188/+188 |
| 2025-07-24 | Add non-temporal note for maskmoveu_si128 | Aurelia Molzer | -1/+10 |
| 2025-07-07 | Use `simd_funnel_sh{l,r}` and `simd_round_ties_even` to remove uses of LLVM i... | sayantn | -56/+18 |
| 2025-07-07 | Mark `avx` broadcast intrinsics as safe | okaneco | -7/+7 |
| 2025-07-07 | Use simd_extract! macro instead of calling simd_extract directly | ltdk | -6/+6 |
| 2025-07-07 | Update stabilization version of certain x86 intrinsics to 1.89 | Amanieu d'Antras | -22/+22 |
| 2025-06-17 | Test | satiscugcat | -17/+14 |
| 2025-06-17 | Ran cargo fmt, removed unexpected character | satiscugcat | -28/+25 |
| 2025-06-17 | Moved const fn outside unsafe block | satiscugcat | -11/+13 |
| 2025-06-17 | Changed implementation of _mm{256,512}_alignr_epi8 to match that of _mm_align... | satiscugcat | -350/+149 |
| 2025-06-17 | Changed implementation of bsrli in avx512.rs to match that of bslli, fixing a... | satiscugcat | -195/+78 |
| 2025-06-17 | Changed the implementation of bsrli to match bslli in avx2 intrinsics | satiscugcat | -132/+46 |
| 2025-06-17 | Fixing mistake in previous commit | Aniket Mishra | -1/+1 |
| 2025-06-17 | Removal of redundant mod operation in _mm256_alignr_epi8 | Aniket Mishra | -1/+1 |
| 2025-06-17 | Fix in erroneous implementation of _mm256_bsrli_epi128 | Aniket Mishra | -1/+1 |
| 2025-06-02 | Stabilize AVX512 intrinsics | Amanieu d'Antras | -4559/+4559 |
| 2025-06-02 | Fix incorrect intrinsic name in X86 | sayantn | -11/+11 |
| 2025-05-31 | Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detection | sayantn | -10/+10 |
| 2025-05-31 | Stabilize keylocker intrinsics and runtime detection | sayantn | -12/+12 |
| 2025-05-30 | Upgrade more intrinsics to the new version | sayantn | -10/+10 |
| 2025-05-30 | Use the new definition of `rdtscp` intrinsic | sayantn | -3/+5 |
| 2025-05-30 | mark gfni, vaes, vpclmulqdq intrinsics as safe | usamoi | -132/+165 |
| 2025-05-03 | Fix errors in incorrect SAE and ROUNDING parameters | sayantn | -78/+123 |
| 2025-05-01 | Implement `sha512`, `sm3` and `sm4` intrinsics | sayantn | -7/+521 |
| 2025-05-01 | Fix `stdarch-verify` | sayantn | -1/+1 |
| 2025-04-29 | Add `avx512vl` requirement to testsuite for avx512fp16 128 and 256 bit | sayantn | -22/+22 |
| 2025-04-29 | Fix errors in decoupling avx512vl and avx512dq from avx512fp16 | sayantn | -92/+106 |
| 2025-04-29 | Fix CI errors due to alignment issues in msvc | sayantn | -35/+142 |
| 2025-04-23 | Remove workarounds for llvm/llvm-project#98306 | sayantn | -6/+14 |
| 2025-04-20 | Replace `cfg(stdarch_intel_sde)` with `STDARCH_TEST_SKIP_FUNCTION` | sayantn | -2/+0 |
| 2025-04-20 | Re-enable all conditionally-disabled x86 `assert_instr` tests | sayantn | -324/+93 |
| 2025-04-17 | Change void* type for `gather`/`scatter` intrinsics | sayantn | -104/+118 |
| 2025-04-17 | Change void* type for `cvt_storeu` intrinsics | sayantn | -63/+63 |
| 2025-04-17 | Change void* type for `compressstore` intrinsics | sayantn | -65/+57 |
| 2025-04-17 | Change void* type for 3 intrinsics | sayantn | -8/+8 |
| 2025-04-11 | fix broken intra doc links | bendn | -6/+6 |
| 2025-03-24 | sse42: Add unsafe blocks around unsafe function calls | Vadim Petrochenkov | -10/+10 |
| 2025-03-24 | Minor correction to __m512d documentation. | David Pathakjee | -1/+1 |
| 2025-03-20 | use consistent wording around the 'undefined' intrinsics, and slightly expand... | Ralf Jung | -29/+45 |
| 2025-03-04 | fix unnecessary unsafe error in doctest | Ralf Jung | -0/+1 |
| 2025-03-03 | make _mm256_zero{upper,all} safe | Ralf Jung | -4/+4 |
| 2025-02-28 | Fix doctests failing due to unused_unsafe | Eric Huss | -0/+6 |
| 2025-02-24 | fix doctest for __m128d | usamoi | -2/+2 |
| 2025-02-24 | mark AVX512 & AVXNECONVERT intrinsics as safe | usamoi | -18312/+21602 |
| 2025-02-24 | mark PCLMULQDQ intrinsics as safe | usamoi | -2/+2 |
| 2025-02-24 | mark AES intrinsics as safe | usamoi | -12/+12 |
| 2025-02-24 | mark SHA intrinsics as safe | usamoi | -14/+14 |