131914882SAlex Richardson/* 231914882SAlex Richardson * check ARCH setting. 331914882SAlex Richardson * 431914882SAlex Richardson * Copyright (c) 2020, Arm Limited. 5*072a4ba8SAndrew Turner * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 631914882SAlex Richardson */ 731914882SAlex Richardson 831914882SAlex Richardson#if !__x86_64__ 931914882SAlex Richardson# error ARCH setting does not match the compiler. 1031914882SAlex Richardson#endif 11