Skip to content

ardbiesheuvel/aarch64-intrinsics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published