about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test
AgeCommit message (Expand)AuthorLines
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
2023-07-30docs: Fix warnings and typos.Bruce Mitchener-4/+4
2023-06-21Add more AArch64 vrnd intrinsics.Jacob Bramley-5/+6
2023-06-21Support AArch32 Neon dotprod intrinsics.Jacob Bramley-8/+0
2023-06-21Add support for AArch64 i8mm *dot intrinsics.Jacob Bramley-20/+0
2023-05-16Fix intrinsic-test rejecting the new `instructions` JSON fieldAdam Gemmell-1/+0
2023-05-15Remove ACLE submoduleAdam Gemmell-571/+269
2023-01-23Check and pass the ACLE licence on to generated tests.Jacob Bramley-15/+86
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 b...James McGregor-109/+184
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