Crates.io | aarch64-intrinsics |
lib.rs | aarch64-intrinsics |
version | 1.0.0 |
source | src |
created_at | 2023-11-08 12:04:36.244247 |
updated_at | 2023-11-08 12:04:36.244247 |
description | AArch64 optimized compiler intrinsics |
homepage | |
repository | https://github.com/ardbiesheuvel/aarch64-intrinsics |
max_upload_size | |
id | 1028995 |
size | 12,623 |
This crate provides implementations of compiler intrinsics such as memcpy and memset, using optimized ARM assembly. These will supersede the generic Rust versions at link time.
The optimized routines are taken from the (ARM optimized-routines GitHub repo)[https://github.com/ARM-software/optimized-routines].
Declare using extern crate aarch64_intrinsics;
in the crate root to pull it
into a build.