[all-commits] [llvm/llvm-project] 6c7e47: [libc][math][c23] Add logf16 C23 math function

OverMighty via All-commits all-commits at lists.llvm.org
Fri Oct 18 06:04:40 PDT 2024


  Branch: refs/heads/users/overmighty/libc-math-logf16
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c7e47e633b08cc2328f9a4d78b6d82443f00fd0
      https://github.com/llvm/llvm-project/commit/6c7e47e633b08cc2328f9a4d78b6d82443f00fd0
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M libc/config/gpu/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/expxf16.h
    A libc/src/math/generic/logf16.cpp
    A libc/src/math/logf16.h
    M libc/test/UnitTest/FPMatcher.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/logf16_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/logf16_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add logf16 C23 math function

Part of #95250.


  Commit: 66d6c2638cb46e52e42952a2ca8ffe3cfc4bae58
      https://github.com/llvm/llvm-project/commit/66d6c2638cb46e52e42952a2ca8ffe3cfc4bae58
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/expxf16.h
    M libc/src/math/generic/logf16.cpp
    M libc/test/src/math/logf16_test.cpp

  Log Message:
  -----------
  Fix nits and remove include that's no longer used


  Commit: 1184e25834335256551876bee5a7355441ff9667
      https://github.com/llvm/llvm-project/commit/1184e25834335256551876bee5a7355441ff9667
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M libc/src/math/generic/logf16.cpp

  Log Message:
  -----------
  Remove duplicate comment


  Commit: 3d279ee0df21fd95bb673c03a3a214da0626cc6e
      https://github.com/llvm/llvm-project/commit/3d279ee0df21fd95bb673c03a3a214da0626cc6e
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/logf16.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/logf16_test.cpp

  Log Message:
  -----------
  Migrate to fputil::cast


  Commit: 945074872ed618440fe08a96f21951ba5d3ee965
      https://github.com/llvm/llvm-project/commit/945074872ed618440fe08a96f21951ba5d3ee965
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M libc/src/math/generic/expxf16.h
    M libc/src/math/generic/logf16.cpp

  Log Message:
  -----------
  Rename ONE_OVER_F to ONE_OVER_F_F


Compare: https://github.com/llvm/llvm-project/compare/0541aa477433...945074872ed6

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list