Skip to content

Commit f72c7f2

Browse files
committed
Formatting changes
1 parent ee41748 commit f72c7f2

File tree

1 file changed

+3
-2
lines changed
  • libc/src/__support/FPUtil

1 file changed

+3
-2
lines changed

libc/src/__support/FPUtil/cast.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818

1919
namespace LIBC_NAMESPACE::fputil {
2020

21-
// TODO: Add optimization for known good targets with fast
22-
// float to float16 conversion: https://github.com/llvm/llvm-project/issues/133517
21+
// TODO: Add optimization for known good targets with fast
22+
// float to float16 conversion:
23+
// https://github.com/llvm/llvm-project/issues/133517
2324
template <typename OutType, typename InType>
2425
LIBC_INLINE constexpr cpp::enable_if_t<cpp::is_floating_point_v<OutType> &&
2526
cpp::is_floating_point_v<InType>,

0 commit comments

Comments
 (0)