[all-commits] [llvm/llvm-project] 1b4a07: [libc][NFC] Use FPBits builders instead of custom ...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Dec 19 07:45:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b4a0794b0c7244a0b74ac0a2239fb60a62f9c70
      https://github.com/llvm/llvm-project/commit/1b4a0794b0c7244a0b74ac0a2239fb60a62f9c70
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
    M libc/src/math/generic/coshf.cpp
    M libc/src/math/generic/exp.cpp
    M libc/src/math/generic/exp10.cpp
    M libc/src/math/generic/exp10f_impl.h
    M libc/src/math/generic/exp2.cpp
    M libc/src/math/generic/expf.cpp
    M libc/src/math/generic/expm1.cpp
    M libc/src/math/generic/expm1f.cpp
    M libc/src/math/generic/sinhf.cpp
    M libc/test/src/math/FmaTest.h
    M libc/test/src/math/HypotTest.h
    M libc/test/src/math/smoke/FmaTest.h
    M libc/test/src/math/smoke/HypotTest.h

  Log Message:
  -----------
  [libc][NFC] Use FPBits builders instead of custom constructs (#75942)




More information about the All-commits mailing list