xref: /freebsd-src/contrib/arm-optimized-routines/string/arm/check-arch.S (revision a466cc55373fc3cf86837f09da729535b57e69a1)
1/*
2 * check ARCH setting.
3 *
4 * Copyright (c) 2020, Arm Limited.
5 * SPDX-License-Identifier: MIT
6 */
7
8#if !__arm__
9# error ARCH setting does not match the compiler.
10#endif
11