| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-29 | Fix various compilation errors | Amanieu d'Antras | -0/+8 | |
| 2023-10-29 | Cleanup last uses of the stdsimd feature | Amanieu d'Antras | -1/+0 | |
| 2023-10-10 | Bump itertools to 0.11 | Eduardo Sánchez Muñoz | -1/+1 | |
| 2023-10-10 | Bump pretty_env_logger to 0.5 | Eduardo Sánchez Muñoz | -1/+1 | |
| 2023-10-10 | Bump clap to 4.4 | Eduardo Sánchez Muñoz | -55/+47 | |
| Also define args with derive style instead of builder style. | ||||
| 2023-07-30 | docs: Fix warnings and typos. | Bruce Mitchener | -4/+4 | |
| * Fix typo in HTML tag * Mark some things with backticks to fix warnings about unescaped square brackets. * Spell "initialize" correctly to fix typos. | ||||
| 2023-06-21 | Add more AArch64 vrnd intrinsics. | Jacob Bramley | -5/+6 | |
| LLVM can't select float64x1_t variants, but float64x2_t variants work. | ||||
| 2023-06-21 | Support AArch32 Neon dotprod intrinsics. | Jacob Bramley | -8/+0 | |
| Note that the feature detection requires a recent Linux kernel (v6.2). | ||||
| 2023-06-21 | Add support for AArch64 i8mm *dot intrinsics. | Jacob Bramley | -20/+0 | |
| This includes vsudot and vusdot, which perform mixed-signedness dot product operations. | ||||
| 2023-05-16 | Fix intrinsic-test rejecting the new `instructions` JSON field | Adam Gemmell | -1/+0 | |
| 2023-05-15 | Remove ACLE submodule | Adam Gemmell | -571/+269 | |
| This involves moving from the ACLE intrinsic definitions (which aren't available for SVE at this point) to a JSON file. This was derived from ARM's documentation[^1], and then relicensed under `MIT OR Apache-2.0` for use in this repository. [^1]: https://developer.arm.com/architectures/instruction-sets/intrinsics | ||||
| 2023-01-23 | Check and pass the ACLE licence on to generated tests. | Jacob Bramley | -15/+86 | |
| The generated tests are transient, and aren't committed, so this is primarily a safety check. | ||||
| 2023-01-23 | Declare licence for crates/intrinsics-test. | Jacob Bramley | -0/+227 | |
| 2022-12-11 | Move vector combine intrisics to arm/neon.rs (#1363) | Ruben De Smet | -11/+0 | |
| 2022-10-25 | Edition 2021, apply clippy::uninlined_format_args fix (#1339) | Yuri Astrakhan | -25/+25 | |
| 2022-08-22 | Use load intrinsic and loop for intrinsic-test programs. Add --release flag ↵ | James McGregor | -109/+184 | |
| back to intrinsic-test programs. | ||||
| 2022-02-19 | Updates for LLVM 14 on nightly | Amanieu d'Antras | -23/+0 | |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -3/+3 | |
| 2021-12-04 | Update the intrinsic checker tool (#1258) | Amanieu d'Antras | -147/+545 | |
| 2021-11-05 | Handle intrinsics with constraints in the test tool. (#1237) | Jamie Cunliffe | -4603/+683 | |
| 2021-09-09 | Intrinsic test tool to compare neon intrinsics with C (#1170) | Jamie Cunliffe | -0/+5654 | |
