We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc74d7c commit bda0331Copy full SHA for bda0331
tests/auxiliary/rust_test_helpers.c
@@ -271,7 +271,7 @@ float get_c_exhaust_sysv64_ints(
271
// Variadic arguments are broken when using clang to compile nvptx-nvidia-cuda,
272
// causing clang to ICE. As no test run on CI currently relies on these
273
// functions, we don't compile them when building for nvptx-nvidia-cuda.
274
-#ifdef __CUDA_ARCH__
+#ifndef __CUDA_ARCH__
275
276
// Calculates the average of `(x + y) / n` where x: i64, y: f64. There must be exactly n pairs
277
// passed as variadic arguments. There are two versions of this function: the
0 commit comments