Jacob Bramley 1e15fa3f0a Add support for AArch64 i8mm *dot intrinsics.
This includes vsudot and vusdot, which perform mixed-signedness dot
product operations.
2023-06-21 18:52:21 +02:00
..

Neon intrinsic code generator

A small tool that allows to quickly generate intrinsics for the NEON architecture.

The specification for the intrinsics can be found in neon.spec.

To run and re-generate the code run the following from the root of the stdarch crate.

OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen -- crates/stdarch-gen/neon.spec