aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/exp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/generic/exp.cpp')
-rw-r--r--libc/src/math/generic/exp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/math/generic/exp.cpp b/libc/src/math/generic/exp.cpp
index c16b461..110ab96 100644
--- a/libc/src/math/generic/exp.cpp
+++ b/libc/src/math/generic/exp.cpp
@@ -25,7 +25,7 @@
#include <errno.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
using fputil::DoubleDouble;
using fputil::TripleDouble;
@@ -413,4 +413,4 @@ LLVM_LIBC_FUNCTION(double, exp, (double x)) {
return static_cast<double>(r_f128);
}
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE