diff options
Diffstat (limited to 'contrib/arm-optimized-routines/string/aarch64/experimental/stpcpy-sve.S')
| -rw-r--r-- | contrib/arm-optimized-routines/string/aarch64/experimental/stpcpy-sve.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/arm-optimized-routines/string/aarch64/experimental/stpcpy-sve.S b/contrib/arm-optimized-routines/string/aarch64/experimental/stpcpy-sve.S new file mode 100644 index 000000000000..5d3f14b86026 --- /dev/null +++ b/contrib/arm-optimized-routines/string/aarch64/experimental/stpcpy-sve.S @@ -0,0 +1,10 @@ +/* + * stpcpy - copy a string returning pointer to end. + * + * Copyright (c) 2020, Arm Limited. + * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception + */ + +#define BUILD_STPCPY 1 + +#include "strcpy-sve.S" |
