diff options
Diffstat (limited to 'libc/src/math/amdgpu/rintf.cpp')
| -rw-r--r-- | libc/src/math/amdgpu/rintf.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/math/amdgpu/rintf.cpp b/libc/src/math/amdgpu/rintf.cpp index daf98d943605..94093471a8d9 100644 --- a/libc/src/math/amdgpu/rintf.cpp +++ b/libc/src/math/amdgpu/rintf.cpp @@ -8,9 +8,10 @@ #include "src/math/rintf.h" #include "src/__support/common.h" +#include "src/__support/macros/config.h" -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { LLVM_LIBC_FUNCTION(float, rintf, (float x)) { return __builtin_rintf(x); } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
