aarch64-intrinsics

Crates.ioaarch64-intrinsics
lib.rsaarch64-intrinsics
version1.0.0
sourcesrc
created_at2023-11-08 12:04:36.244247
updated_at2023-11-08 12:04:36.244247
descriptionAArch64 optimized compiler intrinsics
homepage
repositoryhttps://github.com/ardbiesheuvel/aarch64-intrinsics
max_upload_size
id1028995
size12,623
Ard Biesheuvel (ardbiesheuvel)

documentation

README

AArch64 compiler intrinsics

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.

Commit count: 2

cargo fmt