19 lines · c
1/*===---- builtins.h - z/Architecture Builtin Functions --------------------===2 *3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4 * See https://llvm.org/LICENSE.txt for license information.5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6 *7 *===-----------------------------------------------------------------------===8 */9 10#ifndef __ZOS_WRAPPERS_BUILTINS_H11#define __ZOS_WRAPPERS_BUILTINS_H12#if defined(__MVS__)13#include_next <builtins.h>14#if defined(__VEC__)15#include <vecintrin.h>16#endif17#endif /* defined(__MVS__) */18#endif /* __ZOS_WRAPPERS_BUILTINS_H */19