ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
include
jit
clang_stdlib
openmp_wrappers
complex.h
Go to the documentation of this file.
1
/*===-- complex --- OpenMP complex wrapper for target regions --------- c++ -===
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 __CLANG_OPENMP_COMPLEX_H__
11
#define __CLANG_OPENMP_COMPLEX_H__
12
13
#ifndef _OPENMP
14
#error "This file is for OpenMP compilation only."
15
#endif
16
17
// We require math functions in the complex builtins below.
18
#include <
math.h
>
19
20
#define __CUDA__
21
#include <
__clang_cuda_complex_builtins.h
>
22
#endif
23
24
// Grab the host header too.
25
#include_next <complex.h>
__clang_cuda_complex_builtins.h
math.h
Generated on Sat Nov 15 2025 19:30:09 for ETISS 0.11.2 by
1.9.8