aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/gpu/sinh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/gpu/sinh.cpp')
-rw-r--r--libc/src/math/gpu/sinh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/math/gpu/sinh.cpp b/libc/src/math/gpu/sinh.cpp
index 2946e47..054e046 100644
--- a/libc/src/math/gpu/sinh.cpp
+++ b/libc/src/math/gpu/sinh.cpp
@@ -9,8 +9,8 @@
#include "src/math/sinh.h"
#include "src/__support/common.h"
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
LLVM_LIBC_FUNCTION(double, sinh, (double x)) { return __builtin_sinh(x); }
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE