| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| Expanded the cache size to 93 (we will need this in near future) Fixed detection of VAES, GFNI and VPCLMULQDQ Could not test with `cupid` because they do not support these yet | ||||
| 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 ↵ | sayantn | -460/+16 | |
| everything has been implemented) | ||||
| 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 | |
| 2024-06-17 | Fix compiler errors | Tobias Decking | -9/+10 | |
| 2024-06-17 | Update avx.rs | Tobias Decking | -3/+1 | |
| 2024-06-17 | Update sse2.rs | Tobias Decking | -5/+1 | |
| 2024-06-17 | Update sse.rs | Tobias Decking | -18/+6 | |
| 2024-06-17 | Update fma.rs | Tobias Decking | -60/+52 | |
| 2024-06-11 | Use longer associated types in the Altivec traits | Luca Barbato | -17/+17 | |
| 2024-06-11 | Update avx.rs | sayantn | -2/+2 | |
| 2024-06-11 | Fixed `_mm256_cvtsd_f64` | sayantn | -19/+19 | |
| This intrinsic should have `target_feature` AVX, (according to Intel Intrinsics Guide) but had AVX2 | ||||
| 2024-06-07 | Fix duplicated argument name in extern block | bjorn3 | -1/+1 | |
| While rustc accepts it just fine due to what is arguably a bug, this duplication does become an issue when generating functions from the llvm intrinsic declarations while reusing the argument names. | ||||
| 2024-06-07 | Ignore int3 instructions when counting instructions in tests | Amanieu d'Antras | -1/+1 | |
| These are generated as padding and are not actually part of the function. | ||||
| 2024-05-14 | feat: stabilization for stdarch_aarch64_crc32 | Olasunkanmi Olayinka | -12/+89 | |
| 2024-05-13 | Add vec_insert and vec_extract | Luca Barbato | -0/+98 | |
| 2024-05-07 | Remove libc dependency on Windows by using Win32 to get env vars | Daniel Paoliello | -14/+43 | |
| 2024-05-06 | Add vec_orc | Luca Barbato | -0/+35 | |
| 2024-05-06 | Simplify vec_andc implementation | Luca Barbato | -26/+5 | |
| 2024-05-06 | Silence unexpected-cfgs | Luca Barbato | -0/+4 | |
| 2024-04-28 | Add vec_mul | Luca Barbato | -0/+63 | |
| 2024-04-28 | Remove `#![feature(inline_const)]` | Eduardo Sánchez Muñoz | -1/+0 | |
| The feature has been stabilized | ||||
| 2024-04-28 | Add `#[cfg_attr(miri, ignore)]` to tests of intrinsics that cannot be ↵ | Eduardo Sánchez Muñoz | -0/+5 | |
| supported by Miri | ||||
