2020-05-29 14:38:29 -05:00
2020-05-29 14:38:29 -05:00
2020-09-02 12:34:12 +08:00
2016-08-07 15:58:21 -05:00
2019-09-25 11:19:35 -07:00
2020-09-02 12:34:12 +08:00
2020-09-02 12:34:12 +08:00
2019-11-11 10:40:09 -08:00
2017-10-03 02:28:49 -07:00
2017-10-03 02:28:49 -07:00
2017-10-03 02:28:49 -07:00

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.

Description
A modified version of compiler-builtins for zynq, with fast memcpy implementation adapted from newlib.
Readme 940 KiB
Languages
Rust 89.1%
Assembly 6.6%
Dockerfile 2.7%
Shell 1.6%