| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-31 | stdarch-verify: Modernization of the coding style | Tsukasa OI | -0/+2 | |
| It modernizes the coding style of the crate stdarch-verify by dealing with Clippy warnings (allows clippy::collapsible_if but review may be required for later changes). Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 4/4 | ||||
| 2025-05-01 | Fix `stdarch-verify` | sayantn | -8/+1 | |
| 2025-02-24 | stdarch-verify: Support f16 vector types | Kajetan Puchalski | -0/+9 | |
| 2025-01-16 | PR feedback & pipeline | James Barford-Evans | -69/+19 | |
| 2025-01-16 | Add SVE support to stdarch-verify | Adam Gemmell | -19/+69 | |
| Co-authored-by: Jamie Cunliffe <Jamie.Cunliffe@arm.com> Co-authored-by: Jacob Bramley <jacob.bramley@arm.com> Co-authored-by: Luca Vizzarro <Luca.Vizzarro@arm.com> | ||||
| 2024-09-30 | Minor linting | Yuri Astrakhan | -1/+1 | |
| 2024-08-27 | Fix test verification and allow for generic types in intrinsics | dheaton-arm | -3/+7 | |
| 2024-08-03 | initial commit to enable amx | ziyizhang-1 | -0/+1 | |
| AMX Intrinsics: amx-tile: - _tile_loadconfig - _tile_storeconfig - _tile_loadd - _tile_release - _tile_stored - _tile_stream_loadd - _tile_zero amx-int8: - _tile_dpbssd - _tile_dpbsud - _tile_dpbusd - _tile_dpbuud amx-bf16: - _tile_dpbf16ps amx-fp16 - _tile_dpfp16ps amx-complex - _tile_cmmimfp16ps - _tile_cmmrlfp16ps | ||||
| 2024-07-26 | AVX512FP16 Part 0: Types | sayantn | -0/+4 | |
| 2024-07-08 | Added verification for doc comments | sayantn | -0/+23 | |
| 2024-07-06 | Added a `bf16` type | sayantn | -0/+1 | |
| 2024-06-29 | Fixed some more intrinsics | sayantn | -1/+0 | |
| Added some tests, Fixed incorrect target-features, and verification code for target-features. Removed all MMX support from verification. | ||||
| 2023-11-18 | Remove unneeded borrows | Eduardo Sánchez Muñoz | -1/+1 | |
| 2023-10-10 | Bump syn to 2.0 | Eduardo Sánchez Muñoz | -29/+53 | |
| Also ensure that `assert_instr` attribute has been correctly parsed in stdarch-verify. | ||||
| 2023-05-15 | Use arm_intrinsics.json in stdarch-verify | Adam Gemmell | -8/+6 | |
| 2022-10-25 | Edition 2021, apply clippy::uninlined_format_args fix (#1339) | Yuri Astrakhan | -7/+7 | |
| 2021-09-18 | Complete vld1 instructions with some corrections (#1216) | Sparrow Li | -15/+28 | |
| 2021-08-24 | add vldx neon instructions (#1200) | Sparrow Li | -0/+54 | |
| 2021-04-17 | [DRAFT] intrinsics for all architectures appear in rustdoc (#1104) | Sebastian Thiel | -0/+1 | |
| 2021-04-07 | Deny 2018 idiom lints (#1108) | Joshua Nelson | -4/+3 | |
| This lint is allow by default, which is why this wasn't spotted earlier. It's denied by rust-lang/rust, so it's good to warn about it here so it can be fixed more quickly. | ||||
| 2021-02-28 | Convert SSE 4.2 intrinsics to const generics (#1023) | Rémy Rakic | -0/+9 | |
| 2021-02-27 | Initial conversion to const generics (#1018) | Amanieu d'Antras | -3/+27 | |
| 2021-02-10 | Implement avx512bf16 intrinsics (#998) | kangshan1157 | -0/+3 | |
| 2020-11-22 | Avx512bw (#953) | minybot | -0/+2 | |
| 2020-11-07 | Add most single-register load Arm intrinsics. (#941) | Adam Hillier | -2/+4 | |
| 2020-11-02 | Fix some clippy lints (#937) | Joshua Nelson | -1/+1 | |
| 2020-09-19 | Avx512f (#912) | minybot | -0/+1 | |
| 2020-09-11 | Avx512f (#901) | minybot | -0/+2 | |
| 2020-06-16 | Add AVX 512f gather, scatter and compare intrinsics (#866) | Daniel Smith | -0/+1 | |
| Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com> | ||||
| 2020-05-29 | Add __mmask8 type | Daniel Smith | -0/+1 | |
| 2020-04-07 | Implement additional ARM NEON intriniscs (#792) | Heinz N. Gies | -1/+3 | |
| 2019-10-26 | Format with rustfmt | Taiki Endo | -7/+5 | |
| 2019-10-26 | Update proc-macro2, syn, and quote to 1.0 | Taiki Endo | -20/+16 | |
| 2019-08-17 | Verify that all intrinsics have a run-time test | gnzlbg | -3/+33 | |
| 2019-07-09 | Update repo name | gnzlbg | -0/+387 | |
