Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
ardb
/
aarch64-intrinsics
/
refs/heads/main
/
.
/
src
/
lib.rs
blob: ce9ec2c19e08b4fa3e6ec749c40c8416cad8f06c [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
#![
no_std
]
core
::
arch
::
global_asm
!(
include_str
!(
"memcmp.s"
));
core
::
arch
::
global_asm
!(
include_str
!(
"memcpy.s"
));
core
::
arch
::
global_asm
!(
include_str
!(
"memset.s"
));