| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | fix non-working intrinsics | James Barford-Evans | -0/+127 |
| 2025-02-24 | Remove hand crafted intrinsics that are now generated | James Barford-Evans | -1450/+0 |
| 2025-02-09 | Format with style edition 2024 | Eric Huss | -2/+2 |
| 2025-02-09 | Apply missing_unsafe_on_extern | Eric Huss | -4/+4 |
| 2024-11-27 | Fix types for ARM SIMD32 intrinsics | Amanieu d'Antras | -43/+43 |
| 2024-08-17 | Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macro | Eduardo Sánchez Muñoz | -2/+0 |
| 2024-08-08 | Keep `Debug` the same | Scott McMurray | -4/+4 |
| 2024-08-08 | Move entirely to array-based SIMD | Scott McMurray | -56/+54 |
| 2024-04-23 | Implement ARM `__ssat` and `__usat` functions | Eduardo Sánchez Muñoz | -7/+60 |
| 2023-10-29 | Fix various compilation errors | Amanieu d'Antras | -0/+2 |
| 2023-10-29 | Add tracking issue for 32-bit ARM DSP instrinsics | Amanieu d'Antras | -1/+48 |
| 2023-10-29 | Remove ARM udf and dbg intrinsics | Amanieu d'Antras | -32/+0 |
| 2023-10-29 | Add tracking issue for ARM NEON instructions | Amanieu d'Antras | -0/+116 |
| 2023-10-21 | Disable NEON intrinsics on big-endian ARM | Amanieu d'Antras | -24/+3 |
| 2023-07-30 | Remove redundant definitions | Amanieu d'Antras | -28/+0 |
| 2023-06-16 | Remove obscure & rarely used ARM intrinsics | Amanieu d'Antras | -310/+0 |
| 2023-03-05 | Replace associated const hacks with inline consts | Amanieu d'Antras | -46/+46 |
| 2022-08-12 | Adding doc links for arm crypto and aes intrinsics | psvri | -0/+21 |
| 2022-06-10 | Remove useless conditional compilation (#1308) | Urgau | -1/+0 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -1/+1 |
| 2021-12-09 | Import the asm! macro from core::arch (#1265) | Amanieu d'Antras | -1/+1 |
| 2021-10-21 | Complete the remaining neon instructions (#1230) | Sparrow Li | -1/+52 |
| 2021-09-24 | Complete vst1 neon instructions (#1221) | Sparrow Li | -0/+16 |
| 2021-09-20 | Make dedup guard optional (#1215) | Hans Kratz | -22/+22 |
| 2021-09-18 | Complete vld1 instructions with some corrections (#1216) | Sparrow Li | -0/+16 |
| 2021-08-24 | add vldx neon instructions (#1200) | Sparrow Li | -11/+11 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -6/+6 |
| 2021-05-27 | Add vst1_* neon intrinsics. (#1171) | Nils Hasenbanck | -3/+198 |
| 2021-04-17 | [DRAFT] intrinsics for all architectures appear in rustdoc (#1104) | Sebastian Thiel | -31157/+2419 |
| 2021-04-16 | add vqshl, vqshrn, vqshrun neon instructions (#1120) | Sparrow Li | -0/+1080 |
| 2021-04-15 | Add vqrsh* neon instructions (#1119) | Sparrow Li | -0/+760 |
| 2021-04-14 | add neon instruction vfma (#1116) | surechen | -0/+52 |
| 2021-04-13 | Don't import from core (#1115) | Amanieu d'Antras | -2/+2 |
| 2021-04-12 | Allow primitive types in the code generator and add vdup instructions (#1114) | Sparrow Li | -0/+880 |
| 2021-04-09 | add vshl and vshr neon instructions (#1111) | Sparrow Li | -80/+1281 |
| 2021-04-08 | add neon instruction vsubw_* and vsubl_* (#1112) | surechen | -0/+240 |
| 2021-04-06 | add neon instruction vmaxnm_f* vpmaxnm_f* vminnm_f* vpminnm_f* (#1105) | surechen | -0/+100 |
| 2021-04-02 | Enable constant parameters in the code generator and add vext instructions (#... | Sparrow Li | -217/+619 |
| 2021-03-31 | add vmovn_high, vrbit, vrnd, vsubhn neon instructions (#1103) | Sparrow Li | -0/+314 |
| 2021-03-30 | add support for neon instruction vqabs_* (#1102) | surechen | -0/+144 |
| 2021-03-30 | add vreinterpret neon instructions (#1101) | Sparrow Li | -101/+3960 |
| 2021-03-29 | support neon instruction vabdl_* and vabdl_high_* (#1100) | surechen | -0/+117 |
| 2021-03-29 | add simd_neg platform intrinsic and vneg, vqneg neon instructions (#1099) | Sparrow Li | -0/+288 |
| 2021-03-27 | support for neon instructions vabal_* and vabal_high_* (#1097) | surechen | -0/+129 |
| 2021-03-20 | Add vmull, vmull_high, vmlal, vmlal_high, vmlsl, vmlsl_high neon instructions... | Sparrow Li | -0/+415 |
| 2021-03-20 | support s64|u64 for neon instruction vqadd and vqsub (#1090) | surechen | -0/+200 |
| 2021-03-17 | add neon instruction vmov_n_* and vmovq_n_* (#1085) | surechen | -11/+460 |
| 2021-03-17 | Support three parameters in the code generator and add vmla and vmls instruct... | Sparrow Li | -0/+560 |
| 2021-03-17 | Convert all uses of llvm_asm! to asm! (#1052) | Amanieu d'Antras | -41/+24 |
| 2021-03-16 | add vcvt, vcvta, vcvtn, vcvtm, vcvtp neon instructions (#1084) | Sparrow Li | -0/+72 |