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 ee41748 commit f72c7f2Copy full SHA for f72c7f2
libc/src/__support/FPUtil/cast.h
@@ -18,8 +18,9 @@
18
19
namespace LIBC_NAMESPACE::fputil {
20
21
-// TODO: Add optimization for known good targets with fast
22
-// float to float16 conversion: https://github.com/llvm/llvm-project/issues/133517
+// TODO: Add optimization for known good targets with fast
+// float to float16 conversion:
23
+// https://github.com/llvm/llvm-project/issues/133517
24
template <typename OutType, typename InType>
25
LIBC_INLINE constexpr cpp::enable_if_t<cpp::is_floating_point_v<OutType> &&
26
cpp::is_floating_point_v<InType>,
0 commit comments