aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/strchrnul-sve.S
blob: 0005f9177514082544bc0f5f5a245ef5632430a7 (plain)
1
2
3
4
5
6
7
8
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"