about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test
AgeCommit message (Collapse)AuthorLines
2023-10-29Fix various compilation errorsAmanieu d'Antras-0/+8
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-1/+0
2023-10-10Bump itertools to 0.11Eduardo Sánchez Muñoz-1/+1
2023-10-10Bump pretty_env_logger to 0.5Eduardo Sánchez Muñoz-1/+1
2023-10-10Bump clap to 4.4Eduardo Sánchez Muñoz-55/+47
Also define args with derive style instead of builder style.
2023-07-30docs: 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-21Add more AArch64 vrnd intrinsics.Jacob Bramley-5/+6
LLVM can't select float64x1_t variants, but float64x2_t variants work.
2023-06-21Support AArch32 Neon dotprod intrinsics.Jacob Bramley-8/+0
Note that the feature detection requires a recent Linux kernel (v6.2).
2023-06-21Add support for AArch64 i8mm *dot intrinsics.Jacob Bramley-20/+0
This includes vsudot and vusdot, which perform mixed-signedness dot product operations.
2023-05-16Fix intrinsic-test rejecting the new `instructions` JSON fieldAdam Gemmell-1/+0
2023-05-15Remove ACLE submoduleAdam 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-23Check 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-23Declare licence for crates/intrinsics-test.Jacob Bramley-0/+227
2022-12-11Move vector combine intrisics to arm/neon.rs (#1363)Ruben De Smet-11/+0
2022-10-25Edition 2021, apply clippy::uninlined_format_args fix (#1339)Yuri Astrakhan-25/+25
2022-08-22Use load intrinsic and loop for intrinsic-test programs. Add --release flag ↵James McGregor-109/+184
back to intrinsic-test programs.
2022-02-19Updates for LLVM 14 on nightlyAmanieu d'Antras-23/+0
2021-12-14Fix a bunch of typosFrank Steffahn-3/+3
2021-12-04Update the intrinsic checker tool (#1258)Amanieu d'Antras-147/+545
2021-11-05Handle intrinsics with constraints in the test tool. (#1237)Jamie Cunliffe-4603/+683
2021-09-09Intrinsic test tool to compare neon intrinsics with C (#1170)Jamie Cunliffe-0/+5654