aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/gpu/vendor/tanhf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/gpu/vendor/tanhf.cpp')
-rw-r--r--libc/src/math/gpu/vendor/tanhf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/math/gpu/vendor/tanhf.cpp b/libc/src/math/gpu/vendor/tanhf.cpp
index a673a49..1c9c2f3 100644
--- a/libc/src/math/gpu/vendor/tanhf.cpp
+++ b/libc/src/math/gpu/vendor/tanhf.cpp
@@ -11,8 +11,8 @@
#include "common.h"
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
LLVM_LIBC_FUNCTION(float, tanhf, (float x)) { return internal::tanhf(x); }
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE