CURRENT PATH:
/
lib
/
clang
/
20
/
include
/
zos_wrappers
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
builtins.h
/*===---- 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 */
SIMPAN
BATAL