From 38de99802d7357f1cdf3a40751c0da243d06b6b4 Mon Sep 17 00:00:00 2001 From: Wesley Maxey Date: Wed, 18 Nov 2020 17:45:54 -0800 Subject: [PATCH] Fixup some comments, no code changes --- libcxx/include/__config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/include/__config b/libcxx/include/__config index b3a3cf1eef..44653fb697 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -210,9 +210,9 @@ // compiler. # define _LIBCUDACXX_COMPILER_NVCC #else -// As NVCC does not really support `long double` the type is ignored +// If NVCC is not being used can safely use `long double` without warnings # define _LIBCUDACXX_HAS_COMPLEX_LONG_DOUBLE -// Also, since we cannot silence non '_' prefixed literal warnings, we need to disable some UDLs +// NVCC does not have a way of silencing non '_' prefixed UDLs # define _LIBCUDACXX_HAS_STL_LITERALS #endif