We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9dd58 commit 44582c9Copy full SHA for 44582c9
libc/src/__support/FPUtil/dyadic_float.h
@@ -170,7 +170,6 @@ template <size_t Bits> struct DyadicFloat {
170
return DyadicFloat(result_sign, result_exponent, result_mantissa);
171
}
172
173
-#ifdef LIBC_TYPES_HAS_FLOAT16
174
template <typename T, bool ShouldSignalExceptions>
175
LIBC_INLINE constexpr cpp::enable_if_t<
176
cpp::is_floating_point_v<T> && (FPBits<T>::FRACTION_LEN < Bits), T>
@@ -277,7 +276,6 @@ template <size_t Bits> struct DyadicFloat {
277
276
278
return FPBits(result).get_val();
279
280
-#endif // LIBC_TYPES_HAS_FLOAT16
281
282
template <typename T, bool ShouldSignalExceptions,
283
typename = cpp::enable_if_t<cpp::is_floating_point_v<T> &&
0 commit comments