NameDateSize

..01-Oct-20189

LICENSEH A D01-Oct-20183.1 KiB

no-neon/H01-Oct-20183

README.fuchsiaH A D01-Oct-2018696

src/H01-Oct-20183

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