diff options
Diffstat (limited to 'string/aarch64/experimental/strchrnul-sve.S')
| -rw-r--r-- | string/aarch64/experimental/strchrnul-sve.S | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/string/aarch64/experimental/strchrnul-sve.S b/string/aarch64/experimental/strchrnul-sve.S new file mode 100644 index 000000000000..0005f9177514 --- /dev/null +++ b/string/aarch64/experimental/strchrnul-sve.S @@ -0,0 +1,9 @@ +/* + * strchrnul - find a character or nul in a string + * + * Copyright (c) 2018-2019, Arm Limited. + * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception + */ + +#define BUILD_STRCHRNUL +#include "strchr-sve.S" |
