[all-commits] [llvm/llvm-project] 69a092: [libc] Add missing cast in fputil sqrt code

Roland McGrath via All-commits all-commits at lists.llvm.org
Sat Mar 25 16:24:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69a0924fac6ffac748a277a27360f80e80cc9147
      https://github.com/llvm/llvm-project/commit/69a0924fac6ffac748a277a27360f80e80cc9147
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2023-03-25 (Sat, 25 Mar 2023)

  Changed paths:
    M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h

  Log Message:
  -----------
  [libc] Add missing cast in fputil sqrt code

A cast is necessary to avoid implicit narrowing warnings
when those are enabled.

Reviewed By: abrachet

Differential Revision: https://reviews.llvm.org/D146886




More information about the All-commits mailing list