Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/arm-optimized-routines/string/aarch64/experimental/strchrnul-sve.S
39536 views
1
/*
2
* strchrnul - find a character or nul in a string
3
*
4
* Copyright (c) 2018-2019, Arm Limited.
5
* SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
6
*/
7
8
#define BUILD_STRCHRNUL
9
#include "strchr-sve.S"
10
11