| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 21-Aug-2025 | - | ||||
| no-neon/src/aarch64/ | 21-Aug-2025 | - | ||||
| src/aarch64/ | 21-Aug-2025 | - | ||||
| LICENSE | A D | 21-Aug-2025 | 3.1 KiB | 55 | 47 | |
| README.fuchsia | A D | 21-Aug-2025 | 711 | 16 | 13 |
README.fuchsia
1Source: https://git.linaro.org/toolchain/cortex-strings.git 2Revision: eb80ac77a6cdb3509d885d23d1dd343803381176 3License: BSD 3-clause 4 5NOTE: kernel/arch/arm64/user_copy.S has intimate knowledge of the 6src/aarch64/memcpy.S code and must be adjusted if that code changes. 7 8Modifications: 9- Kept only src/aarch64, removed everything else. 10- sed -i 's/\.2d\[/.d[/' src/aarch64/*.S 11 This works around https://bugs.llvm.org//show_bug.cgi?id=34488 12 by making the code use the official syntax, not a variant GAS accepts. 13- The no-neon directory is taken from an earlier revision of the same repo: 14 bc654e7a594385071b42db3c9c94bd0fd5fe0da5 15 It contains only a subset of src/aarch64 from that revision. 16