xref: /third_party/optimized-routines/string/x86_64/check-arch.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/optimized-routines/string/x86_64/
1bbbf1280Sopenharmony_ci/*
2bbbf1280Sopenharmony_ci * check ARCH setting.
3bbbf1280Sopenharmony_ci *
4bbbf1280Sopenharmony_ci * Copyright (c) 2020, Arm Limited.
5bbbf1280Sopenharmony_ci * SPDX-License-Identifier: MIT
6bbbf1280Sopenharmony_ci */
7bbbf1280Sopenharmony_ci
8bbbf1280Sopenharmony_ci#if !__x86_64__
9bbbf1280Sopenharmony_ci# error ARCH setting does not match the compiler.
10bbbf1280Sopenharmony_ci#endif
11

Indexes created Thu Nov 07 10:32:03 CST 2024