xref: /freebsd/contrib/arm-optimized-routines/string/aarch64/stpcpy-sve.S (revision ae7e8a02e6e93455e026036132c4d053b2c12ad9)
1/*
2 * stpcpy - copy a string returning pointer to end.
3 *
4 * Copyright (c) 2020, Arm Limited.
5 * SPDX-License-Identifier: MIT
6 */
7
8#define BUILD_STPCPY 1
9
10#include "strcpy-sve.S"
11