zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

builtins.h (608B) - Raw


      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-exception
      6  *
      7  *===-----------------------------------------------------------------------===
      8  */
      9 
     10 #ifndef __ZOS_WRAPPERS_BUILTINS_H
     11 #define __ZOS_WRAPPERS_BUILTINS_H
     12 #if defined(__MVS__)
     13 #include_next <builtins.h>
     14 #if defined(__VEC__)
     15 #include <vecintrin.h>
     16 #endif
     17 #endif /* defined(__MVS__) */
     18 #endif /* __ZOS_WRAPPERS_BUILTINS_H */