about summary refs log tree commit diff
path: root/library/stdarch/crates
AgeCommit message (Expand)AuthorLines
2024-11-30Enable `without cfg check` test in `std_detect`Urgau-3/+2
2024-11-27Fix RISC-V Packed SIMD intrinsics compilationAsuna-19/+136
2024-11-27Fix types for ARM SIMD32 intrinsicsAmanieu d'Antras-43/+43
2024-11-10Fix `asm!` options for `_mm_mask_load_sh` and `_mm_maskz_load_sh`Eduardo Sánchez Muñoz-2/+2
2024-11-10Fix duplicated doc comment line and empty line after doc commentEduardo Sánchez Muñoz-3/+0
2024-11-08Add compile-time tests against unexpected target features cfgsUrgau-0/+24
2024-11-08Mark feature with missing corresponding target feature cfgs as suchUrgau-0/+27
2024-11-08Add ability to declare a feature without cfg checkingUrgau-1/+5
2024-11-01Use C-unwind abi for the llvm.wasm.throw intrinsicNoa-1/+1
2024-11-01core_arch: powerpc: Fix documentation for vec_ctuJens Reidel-1/+1
2024-10-28cleanup wasm const fnRalf Jung-16/+0
2024-10-27std_detect: Add pauth-lr aarch64 target featureKajetan Puchalski-0/+8
2024-10-14core_arch: Add LoongArch frecipe intrinsicsWANG Rui-12/+184
2024-10-14stdarch-gen: Add LoongArch frecipe intrinsicsWANG Rui-17/+135
2024-10-10avoid rustc_const_stable on internal functionRalf Jung-2/+18
2024-09-30Fix `__crc32d` and `__crc32cd` not showing up in standard library docsAmanieu d'Antras-34/+6
2024-09-30Add all crates to workspaceYuri Astrakhan-1/+6
2024-09-30Minor lintingYuri Astrakhan-22/+13
2024-09-28Clean up docs, fixing indentation and formattingYuri Astrakhan-33/+28
2024-09-28Improve stdarch-gen-arm a bitYuri Astrakhan-122/+88
2024-09-23Simplify code related to testing of xtestMartin Liska-27/+3
2024-09-22Use Cargo.toml lints instead of a build scriptSayantan Chakraborty-3/+3
2024-09-22Add space in order to fix rendering of Rounding optionsMartin Liska-2570/+2570
2024-09-22Make documentation about `__mm_$op_ps` more preciseMartin Liska-4/+8
2024-09-22Provide link for rounding parameters - SSEMartin Liska-96/+20
2024-09-22Provide link for rounding parametersMartin Liska-2540/+2540
2024-09-22Change markdown for ROUNDING params in f16c.rsMartin Liska-10/+10
2024-09-22Ignore XSTATE_BV when comparing XTEST XsaveAreaMartin Liska-2/+8
2024-09-22Fixes the `shrd` bugSayantan Chakraborty-380/+171
2024-09-18std_detect: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-7/+11
2024-09-18Use C string literalTaiki Endo-40/+39
2024-09-18std_detect: Fix link in mips.rsTaiki Endo-1/+1
2024-09-18std_detect: Use elf_aux_info on FreeBSDTaiki Endo-60/+27
2024-09-14Enable feature detection on all Apple/Darwin targetsMads Marquart-7/+9
2024-08-28simd_extract, simd_insert: use absolute path in macroRalf Jung-8/+7
2024-08-28simd_shuffle: pass the idx argument as a vectorRalf Jung-1/+9
2024-08-27Fix test verification and allow for generic types in intrinsicsdheaton-arm-9/+17
2024-08-27Add MTE intrinsicsdheaton-arm-0/+175
2024-08-21fix rebase, remove the const_vector attribureJames Barford-Evans-98/+50
2024-08-21Use #[rustc_intrinsic_const_vector_arg] for Neon intrinsicsGeorge Wort-97/+102
2024-08-19NVPTX: Add f16 SIMD intrinsicsKjetil Kjeka-0/+148
2024-08-19Avoid legacy numeric constantsEduardo Sánchez Muñoz-37/+33
2024-08-19Add loongarch64-unknown-linux-gnu to CIEduardo Sánchez Muñoz-1/+5
2024-08-17Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macroEduardo Sánchez Muñoz-8/+2
2024-08-17Remove `#![feature(asm_const)]`Eduardo Sánchez Muñoz-1/+0
2024-08-16Clarify the layout documentation for x86 SIMD types.Luca Versari-30/+75
2024-08-14Document the layout of x86 SIMD types.Luca Versari-0/+45
2024-08-08Keep `Debug` the sameScott McMurray-121/+94
2024-08-08Move entirely to array-based SIMDScott McMurray-713/+635
2024-08-04Remove the `dummy` functionSayantan Chakraborty-12/+0