summaryrefslogtreecommitdiff
path: root/libc/src/math/amdgpu/acoshf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/amdgpu/acoshf.cpp')
-rw-r--r--libc/src/math/amdgpu/acoshf.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/math/amdgpu/acoshf.cpp b/libc/src/math/amdgpu/acoshf.cpp
index 52baa2eaecc7..79e71b02e719 100644
--- a/libc/src/math/amdgpu/acoshf.cpp
+++ b/libc/src/math/amdgpu/acoshf.cpp
@@ -10,9 +10,10 @@
#include "src/__support/common.h"
#include "declarations.h"
+#include "src/__support/macros/config.h"
-namespace LIBC_NAMESPACE {
+namespace LIBC_NAMESPACE_DECL {
LLVM_LIBC_FUNCTION(float, acoshf, (float x)) { return __ocml_acosh_f32(x); }
-} // namespace LIBC_NAMESPACE
+} // namespace LIBC_NAMESPACE_DECL