Skip to content

Commit 5a24d3d

Browse files
committed
[libc] fix build errors caused by cbrt.
1 parent 003f6ad commit 5a24d3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/src/__support/math/cbrt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ LIBC_INLINE static constexpr double get_error(const DoubleDouble &x_3,
146146

147147
LIBC_INLINE static constexpr double cbrt(double x) {
148148
using DoubleDouble = fputil::DoubleDouble;
149-
using Float128 = fputil::DyadicFloat<128>;
150149
using namespace cbrt_internal;
151150
using FPBits = fputil::FPBits<double>;
152151

0 commit comments

Comments
 (0)