aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/asinhf16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/generic/asinhf16.cpp')
-rw-r--r--libc/src/math/generic/asinhf16.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/src/math/generic/asinhf16.cpp b/libc/src/math/generic/asinhf16.cpp
index 7878632..0a0b471 100644
--- a/libc/src/math/generic/asinhf16.cpp
+++ b/libc/src/math/generic/asinhf16.cpp
@@ -49,6 +49,7 @@ static constexpr fputil::ExceptValues<float16, N_EXCEPTS> ASINHF16_EXCEPTS{{
#endif // !LIBC_MATH_HAS_SKIP_ACCURATE_PASS
LLVM_LIBC_FUNCTION(float16, asinhf16, (float16 x)) {
+ using namespace acoshf_internal;
using FPBits = fputil::FPBits<float16>;
FPBits xbits(x);