about summary refs log tree commit diff
path: root/library/stdarch/crates
AgeCommit message (Expand)AuthorLines
2024-06-17Fix compiler errorsTobias Decking-9/+10
2024-06-17Update avx.rsTobias Decking-3/+1
2024-06-17Update sse2.rsTobias Decking-5/+1
2024-06-17Update sse.rsTobias Decking-18/+6
2024-06-17Update fma.rsTobias Decking-60/+52
2024-06-11Use longer associated types in the Altivec traitsLuca Barbato-17/+17
2024-06-11Update avx.rssayantn-2/+2
2024-06-11Fixed `_mm256_cvtsd_f64`sayantn-19/+19
2024-06-07Fix duplicated argument name in extern blockbjorn3-1/+1
2024-06-07Ignore int3 instructions when counting instructions in testsAmanieu d'Antras-1/+1
2024-05-14feat: stabilization for stdarch_aarch64_crc32Olasunkanmi Olayinka-12/+89
2024-05-13Add vec_insert and vec_extractLuca Barbato-0/+98
2024-05-07Remove libc dependency on Windows by using Win32 to get env varsDaniel Paoliello-9/+34
2024-05-06Add vec_orcLuca Barbato-0/+35
2024-05-06Simplify vec_andc implementationLuca Barbato-26/+5
2024-05-06Silence unexpected-cfgsLuca Barbato-0/+4
2024-04-28Add vec_mulLuca Barbato-0/+63
2024-04-28Remove `#![feature(inline_const)]`Eduardo Sánchez Muñoz-1/+0
2024-04-28Add `#[cfg_attr(miri, ignore)]` to tests of intrinsics that cannot be support...Eduardo Sánchez Muñoz-0/+5
2024-04-23Implement ARM `__ssat` and `__usat` functionsEduardo Sánchez Muñoz-7/+61
2024-04-22Don't depend on libc for cfg(windows)Ben Kimock-1/+3
2024-04-19Enable testing for AArch64 WindowsDaniel Paoliello-184/+215
2024-04-18Add vec_mergee and vec_mergeoLuca Barbato-0/+114
2024-04-16Add tests for power9-vector instructionsLuca Barbato-7/+17
2024-04-16Consider power9-vector when testing instructionsLuca Barbato-2/+6
2024-04-16Implement _mm(256)_abs_epi* without x86-specific LLVM intrinsicsEduardo Sánchez Muñoz-21/+91
2024-04-13Remove duplicated `allow(dead_code)` attributeTony Arcieri-1/+0
2024-04-12Stabilize AArch64 SHA3 intrinsicsTony Arcieri-23/+24
2024-04-12Use inline assembly for Arm64ECDaniel Paoliello-3/+2
2024-04-10Fix clippy warnings in stdarch-genEduardo Sánchez Muñoz-90/+92
2024-04-10typos: fix bad precision commentsmessense-6/+6
2024-04-10fix: reversed _mm512_set4_epi64 implementationKirsten Laskoski-4/+2
2024-04-10intrinsic-test: Suppress a warning about dead codeLuca Barbato-0/+1
2024-03-20core_arch/loongarch64: Re-export SIMD typesWANG Rui-0/+8
2024-03-19[wasm32] Add an intrinsic for the throw instructionNoa-0/+22
2024-03-13arm64ecDaniel Paoliello-2939/+4316
2024-03-12Add vec_xl_len and vec_xst_lenLuca Barbato-182/+350
2024-03-07std_detect: loongarch: Add runtime detectable features from LLVMWANG Rui-4/+45
2024-03-07std_detect: loongarch: Remove features not supported by LLVMWANG Rui-32/+0
2024-03-05check sub-leaf to detect avx512bf16Mingzhuo Yin-7/+7
2024-03-05fix: invalid bit for detecting avx512 featureMingzhuo Yin-9/+15
2024-03-05typo: invalid comments for `_mm512_setzero_ps`Mingzhuo Yin-3/+3
2024-02-29correct `_mm_insert_ps` documentationKalle Wachsmuth-12/+12
2024-02-28core_arch: Add LoongArch LASX testcasesWANG Rui-0/+14694
2024-02-28core_arch: Add LoongArch LASX intrinsicsWANG Rui-0/+16127
2024-02-28core_arch: Add LoongArch LSX testcasesWANG Rui-0/+7137
2024-02-28core_arch: Add LoongArch LSX intrinsicsZHAI Xiang-0/+15688
2024-02-28Add intrinsic code generator for LoongArchZHAI Xiang-0/+1568
2024-02-28stdarch-gen: Move to stdarch-gen-armWANG Rui-10/+10
2024-02-24use `addr_of!`Pavel Grigorenko-48/+51