about summary refs log tree commit diff
path: root/library/stdarch/crates/core_arch/src/mips
AgeCommit message (Expand)AuthorLines
2025-02-09Apply missing_unsafe_on_externEric Huss-1/+1
2024-08-08Keep `Debug` the sameScott McMurray-10/+2
2024-08-08Move entirely to array-based SIMDScott McMurray-207/+185
2023-10-29Add tracking issue for MIPS intrinsicsAmanieu d'Antras-54/+593
2023-03-05Replace associated const hacks with inline constsAmanieu d'Antras-180/+146
2022-10-25Fix dupe word typos (#1344)Rageking8-2/+2
2021-11-13Fix unused link_name attribute. (#1251)Eric Huss-1/+1
2021-03-05Removed unused macroLzu Tao-4311/+0
2021-03-05mips: Convert *const(2) to const genericsLzu Tao-152/+79
2021-03-052/3 mips: Convert *const(1) to const generics (#1031)tesuji-961/+487
2021-03-05mips: convert rustc_args_required_const(0) to const genericsLzu Tao-48/+24
2021-03-05Add static_assert_imm_s10 macrosLzu Tao-0/+6
2020-07-04Make function signatures consistent (#871)Daniel Smith-5/+5
2020-05-07Use fp64 detection instead of OS blacklistMarko Mijalkovic-7/+4
2020-05-07Fix code styleMarko Mijalkovic-2/+4
2020-05-07Fix building libcore for the Sony PSPMarko Mijalkovic-2/+7
2020-04-04Replace all max/min_value() with MAX/MINLinus Färnstrand-245/+245
2019-09-16Formatgnzlbg-3/+3
2019-07-25Fix doc punctuation in core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-265/+268
2019-07-25Even more doc formatting core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-179/+179
2019-07-25More doc formatting in core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-238/+238
2019-07-25Fix typos in core_arch documentationNathan Wiebe Neufeldt-865/+865
2019-07-09Update repo namegnzlbg-3/+3
2019-04-19Merge importsgnzlbg-5/+5
2019-04-18Enable edition=2018 for core_archgnzlbg-1042/+1023
2019-04-15Fix MIPS build after #711Radovan Birdic-1/+1
2019-04-11Make use of integer and pointers consistentgnzlbg-33/+33
2019-04-11Make MIPS MSA functions publicgnzlbg-530/+530
2019-04-09Added vector types and fixed formating.Radovan Birdic-3660/+5445
2019-04-09Implement all MSA IntrinsicsRadovan Birdic-18/+20988
2019-02-23Make core_arch compatible with Rust2015 and Rust2018gnzlbg-3/+3
2019-01-22Refactor stdsimdgnzlbg-0/+76