]> granicus.if.org Git - clang/commitdiff
Added missing '__'.
authorArtem Belevich <tra@google.com>
Fri, 12 Feb 2016 20:26:43 +0000 (20:26 +0000)
committerArtem Belevich <tra@google.com>
Fri, 12 Feb 2016 20:26:43 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260719 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/__clang_cuda_cmath.h

index 917b6851e6ea5d41c910860d71aafd25f290bea1..0d865d2074952ab04ebc31868cf5e83e1c3ef58d 100644 (file)
@@ -156,7 +156,7 @@ using ::nanf;
 using ::nearbyint;
 using ::nextafter;
 __DEVICE__ float nexttoward(float __from, float __to) {
-  return __builtin_nexttowardf(from, to);
+  return __builtin_nexttowardf(__from, __to);
 }
 __DEVICE__ double nexttoward(double __from, double __to) {
   return __builtin_nexttoward(__from, __to);