Adam Gemmell 8cb8cd2142 Replace the crypto feature with aes in generated intrinsics for aarch64
This allows us to deprecate the crypto target_feature in favour of its
subfeatures.

We cannot do this yet for ARM targets as LLVM requires the crypto
feature. This was fixed in
b8baa2a913
2021-08-02 23:38:57 +01: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