aboutsummaryrefslogtreecommitdiff
path: root/lib/include/openmp_wrappers/complex.h
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-08-15 18:00:10 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-08-15 18:00:10 -0700
commit21606339af2712d94bb3cfdcc9050287c5a2134c (patch)
treed5df6035a82eb191bf6f2d92518c5250d31833d5 /lib/include/openmp_wrappers/complex.h
parent78ff2a148a707f041ab5e5cfdbb5f854bc66270e (diff)
downloadzig-21606339af2712d94bb3cfdcc9050287c5a2134c.tar.gz
zig-21606339af2712d94bb3cfdcc9050287c5a2134c.zip
update C header files to clang 13 rc1
Diffstat (limited to 'lib/include/openmp_wrappers/complex.h')
-rw-r--r--lib/include/openmp_wrappers/complex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/include/openmp_wrappers/complex.h b/lib/include/openmp_wrappers/complex.h
index 00d278548f..15dc415b81 100644
--- a/lib/include/openmp_wrappers/complex.h
+++ b/lib/include/openmp_wrappers/complex.h
@@ -17,7 +17,6 @@
// We require math functions in the complex builtins below.
#include <math.h>
-#define __CUDA__
#define __OPENMP_NVPTX__
#include <__clang_cuda_complex_builtins.h>
#undef __OPENMP_NVPTX__