From 8d2a0c115e245e86bba4ea1c70e6d34b552031a9 Mon Sep 17 00:00:00 2001 From: Aaron En Ye Shi Date: Tue, 6 Oct 2020 15:26:56 +0000 Subject: [PATCH] [HIP] NFC Add comments to cmath functions Add missing comments to cmath functions. Differential Revision: https://reviews.llvm.org/D88837 --- clang/lib/Headers/__clang_hip_cmath.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/lib/Headers/__clang_hip_cmath.h b/clang/lib/Headers/__clang_hip_cmath.h index 067c7e6..fea799e 100644 --- a/clang/lib/Headers/__clang_hip_cmath.h +++ b/clang/lib/Headers/__clang_hip_cmath.h @@ -370,7 +370,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION #endif // Pull the new overloads we defined above into namespace std. -// using ::abs; +// using ::abs; - This may be considered for C++. using ::acos; using ::acosh; using ::asin; @@ -419,8 +419,8 @@ using ::logb; using ::lrint; using ::lround; using ::modf; -// using ::nan; -// using ::nanf; +// using ::nan; - This may be considered for C++. +// using ::nanf; - This may be considered for C++. // using ::nanl; - This is not yet defined. using ::nearbyint; using ::nextafter; -- 2.7.4