about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-gen-loongarch/src
AgeCommit message (Collapse)AuthorLines
2025-07-25loongarch: Use unified data types for SIMD intrinsicsWANG Rui-91/+133
2025-07-18loongarch: Mark SIMD intrinsics without memory access as safeWANG Rui-17/+29
2025-05-31stdarch-gen-loongarch: Modernization of the coding styleTsukasa OI-1/+1
It modernizes the coding style of the crate stdarch-gen-loongarch by fixing Clippy warnings. Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 1/1 Confirmed that the exact same code will be generated (note that, generated.rs in the repository is *not* an exact output but some spaces removed).
2025-02-09Format with style edition 2024Eric Huss-7/+25
2025-02-09Apply missing_unsafe_on_externEric Huss-1/+1
2024-10-14stdarch-gen: Add LoongArch frecipe intrinsicsWANG Rui-11/+19
2024-09-30Minor lintingYuri Astrakhan-2/+2
2024-02-28Add intrinsic code generator for LoongArchZHAI Xiang-0/+1525
Co-authored-by: WANG Rui <wangrui@loongson.cn>