[all-commits] [llvm/llvm-project] e6a6a9: [libc][NFC] Use the Sign type for DyadicFloat (#78...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Jan 18 06:03:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6a6a90fe739d5f792645bf237eb0e540fad8c69
      https://github.com/llvm/llvm-project/commit/e6a6a90fe739d5f792645bf237eb0e540fad8c69
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M libc/src/__support/FPUtil/dyadic_float.h
    M libc/src/__support/str_to_float.h
    M libc/src/math/generic/exp.cpp
    M libc/src/math/generic/exp10.cpp
    M libc/src/math/generic/exp2.cpp
    M libc/src/math/generic/expm1.cpp
    M libc/src/math/generic/log.cpp
    M libc/src/math/generic/log10.cpp
    M libc/src/math/generic/log1p.cpp
    M libc/src/math/generic/log2.cpp
    M libc/src/math/generic/log_range_reduction.h
    M libc/test/src/__support/FPUtil/dyadic_float_test.cpp

  Log Message:
  -----------
  [libc][NFC] Use the Sign type for DyadicFloat (#78577)




More information about the All-commits mailing list