• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Selected possible strchr implementations.
3 *
4 * Copyright (c) 2019, Arm Limited.
5 * SPDX-License-Identifier: MIT
6 */
7
8#if __aarch64__
9#include "aarch64/strchr.S"
10# if __ARM_FEATURE_SVE
11#include "aarch64/strchr-sve.S"
12# endif
13#endif
14