| Age | Commit message (Expand) | Author | Lines |
| 2024-06-30 | Refactor avx512f: element extraction | Tobias Decking | -4/+35 |
| 2024-06-30 | Refactor avx512f: floating point abs | Tobias Decking | -13/+5 |
| 2024-06-30 | Refactor avx512f: zeroing primitives | Tobias Decking | -5/+5 |
| 2024-06-30 | Refactor avx512f: integer comparison | Tobias Decking | -196/+384 |
| 2024-06-30 | Refactor avx512f: integers | Tobias Decking | -84/+215 |
| 2024-06-30 | Refactor avx512f: sqrt + rounding fix | Tobias Decking | -98/+120 |
| 2024-06-30 | Refactor avx512f: rounding fma | Tobias Decking | -387/+174 |
| 2024-06-30 | Refactor avx512f: fma | Tobias Decking | -386/+216 |
| 2024-06-29 | Remove `has_cpuid` | Jubilee Young | -93/+2 |
| 2024-06-29 | Fixing CI | sayantn | -6/+0 |
| 2024-06-29 | Some fixes as asked by @Amanieu | sayantn | -20/+14 |
| 2024-06-29 | Fixed `_mm512_kunpackb`, reduce-max and reduce-min | sayantn | -28/+32 |
| 2024-06-29 | Add the missing BMI1, SSE2, SSE4.1 and AVX2 intrinsics | sayantn | -45/+232 |
| 2024-06-29 | Fixed some more intrinsics | sayantn | -368/+333 |
| 2024-06-29 | Fixed many intrinsics | sayantn | -300/+335 |
| 2024-06-29 | Upgraded disassembly to include `windows-gnu` targets | sayantn | -109/+80 |
| 2024-06-29 | Update Intrinsics list | sayantn | -147291/+179620 |
| 2024-06-27 | Fix documentation of arguments of function `core::arch::x86::_mm_blendv_epi8` | Mathilda | -2/+2 |
| 2024-06-27 | Fix _mm256_bsrli_epi128 producing invalid lower lane when IMM8 = 15 | Jayesskay | -1/+1 |
| 2024-06-27 | Assign Rust v1.81.0 | daxpedda | -29/+29 |
| 2024-06-27 | Add unsigned aliases | daxpedda | -0/+40 |
| 2024-06-27 | Stabilize Wasm relaxed SIMD | daxpedda | -31/+31 |
| 2024-06-23 | Added runtime detection | sayantn | -21/+67 |
| 2024-06-23 | Use generic simd for avx512 popcnt | Tobias Decking | -78/+38 |
| 2024-06-21 | set asm attributes | Ralf Jung | -0/+11 |
| 2024-06-21 | fix test_mm512_stream_ps test | Ralf Jung | -2/+2 |
| 2024-06-21 | non-temporal stores: use inline assembly | Ralf Jung | -18/+59 |
| 2024-06-21 | Update avx2.rs | Tobias Decking | -4/+0 |
| 2024-06-21 | addcarryx: use pointers of the right type | Ralf Jung | -6/+6 |
| 2024-06-18 | AVX512DQ: Fixes (Corrected some typos in tests, Removed intrinsics list as ev... | sayantn | -460/+16 |
| 2024-06-18 | AVX512DQ: Fixes (Adding SSE target_feature for i586) | sayantn | -8/+8 |
| 2024-06-18 | AVX512DQ Part 7: FP-Class | sayantn | -17/+635 |
| 2024-06-18 | AVX512DQ Part 6: Reduce | sayantn | -1/+0 |
| 2024-06-18 | AVX512DQ Part 6: Reduce | sayantn | -178/+1522 |
| 2024-06-18 | AVX512DQ Part 5: Range. Fixed intrinsic verification. | sayantn | -58/+1268 |
| 2024-06-18 | AVX512DQ Part 4: Mask Registers and Multiply Low | sayantn | -61/+972 |
| 2024-06-18 | AVX512DQ : Fix errors in Part 2 | sayantn | -51/+55 |
| 2024-06-18 | AVX512DQ Part 3: Convert Intrinsics | sayantn | -166/+3662 |
| 2024-06-18 | AVX512DQ : Fix Instructions | sayantn | -41/+24 |
| 2024-06-18 | AVX512DQ : Fix | sayantn | -1/+0 |
| 2024-06-18 | AVX512DQ : Fix : Added to mod.rs | sayantn | -0/+125 |
| 2024-06-18 | AVX512DQ : Fix : Added to mod.rs | sayantn | -0/+5 |
| 2024-06-18 | AVX512DQ Part 2: Broadcast, Extract, Insert | sayantn | -96/+1825 |
| 2024-06-18 | AVX512DQ Part 1: Logical Operations (and, andn, or, xor) - tests and doc | sayantn | -122/+904 |
| 2024-06-18 | AVX512DQ Part 1: Logical Operations (and, andn, or, xor) | sayantn | -37/+551 |
| 2024-06-18 | AVX512DQ Part 0: Intrinsics List | sayantn | -0/+442 |
| 2024-06-17 | Replace addsub variations | Tobias Decking | -29/+25 |
| 2024-06-17 | Fix SSE2 sqrt | Tobias Decking | -1/+2 |
| 2024-06-17 | Fix SSE sqrt | Tobias Decking | -1/+2 |
| 2024-06-17 | Parenthesis | Tobias Decking | -1/+1 |