A modified version of compiler-builtins for zynq, with fast memcpy implementation adapted from newlib.
pca006132 d7b4ba2564 | ||
---|---|---|
.github/workflows | ||
ci | ||
crates/panic-handler | ||
examples | ||
libm@fe396e00b7 | ||
src | ||
testcrate | ||
.gitignore | ||
.gitmodules | ||
Cargo.toml | ||
LICENSE.TXT | ||
PUBLISHING.md | ||
README.md | ||
build.rs | ||
thumbv6m-linux-eabi.json | ||
thumbv7em-linux-eabi.json | ||
thumbv7em-linux-eabihf.json | ||
thumbv7m-linux-eabi.json |
README.md
compiler-builtins
Fork of compiler-builtin from rust for zynq, with fast memcpy function adapted from newlib. We have to fork it because the compiler-builtins would use their slow memcpy implementation for compiler intrinsics regardless if you provided you own memcpy. #253.
The memcpy function is in assembly with neon optimization.