We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d13b commit b55551dCopy full SHA for b55551d
libcudacxx/include/cuda/std/__cccl/builtin.h
@@ -195,9 +195,9 @@
195
# define _CCCL_BUILTIN_COLUMN() 0
196
#endif // _CCCL_CUDACC_BELOW(11, 3)
197
198
-#if _CCCL_CHECK_BUILTIN(builtin_contant_p) || _CCCL_COMPILER(GCC)
+#if _CCCL_CHECK_BUILTIN(builtin_constant_p) || _CCCL_COMPILER(GCC)
199
# define _CCCL_BUILTIN_CONSTANT_P(...) __builtin_constant_p(__VA_ARGS__)
200
-#endif // _CCCL_CHECK_BUILTIN(builtin_contant_p)
+#endif // _CCCL_CHECK_BUILTIN(builtin_constant_p)
201
202
#if _CCCL_CHECK_BUILTIN(builtin_exp) || _CCCL_COMPILER(GCC)
203
# define _CCCL_BUILTIN_EXPF(...) __builtin_expf(__VA_ARGS__)
0 commit comments