Skip to content

Commit cd5d9da

Browse files
committed
Update comment.
1 parent 141b944 commit cd5d9da

File tree

1 file changed

+1
-1
lines changed
  • libc/src/__support/FPUtil

1 file changed

+1
-1
lines changed

libc/src/__support/FPUtil/sqrt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ template <> LIBC_INLINE double sqrt<double>(double x) {
4141
template <> LIBC_INLINE long double sqrt<long double>(long double x) {
4242
return __builtin_elementwise_sqrt(x);
4343
}
44-
#endif
44+
#endif // LIBC_TYPES_LONG_DOUBLE_IS_X86_FLOAT80
4545

4646
} // namespace fputil
4747
} // namespace LIBC_NAMESPACE_DECL

0 commit comments

Comments
 (0)