A modified version of compiler-builtins for zynq, with fast memcpy implementation adapted from newlib.
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.github/workflows | 3 years ago | |
ci | 3 years ago | |
crates/panic-handler | 5 years ago | |
examples | 3 years ago | |
libm@fe396e00b7 | 3 years ago | |
src | 3 years ago | |
testcrate | 3 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 4 years ago | |
Cargo.toml | 3 years ago | |
LICENSE.TXT | 7 years ago | |
PUBLISHING.md | 4 years ago | |
README.md | 3 years ago | |
build.rs | 3 years ago | |
thumbv6m-linux-eabi.json | 6 years ago | |
thumbv7em-linux-eabi.json | 6 years ago | |
thumbv7em-linux-eabihf.json | 6 years ago | |
thumbv7m-linux-eabi.json | 6 years ago |
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.