[all-commits] [llvm/llvm-project] 61cc13: [libc][math][c23] Add log2f16 C23 math function

OverMighty via All-commits all-commits at lists.llvm.org
Fri Oct 18 13:45:20 PDT 2024


  Branch: refs/heads/users/overmighty/libc-math-log2f16
  Home:   https://github.com/llvm/llvm-project
  Commit: 61cc134ba608ff6f96d0bdd8c06cd61d16e74cc6
      https://github.com/llvm/llvm-project/commit/61cc134ba608ff6f96d0bdd8c06cd61d16e74cc6
  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/log2f16.cpp
    A libc/src/math/log2f16.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/log2f16_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/log2f16_test.cpp

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

Part of #95250.


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

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

  Log Message:
  -----------
  Change and add comments for consistency


  Commit: 7689120e1c0e6a3149ba13640ef2244bb661869a
      https://github.com/llvm/llvm-project/commit/7689120e1c0e6a3149ba13640ef2244bb661869a
  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/log2f16.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/log2f16_test.cpp

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


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

  Changed paths:
    M libc/src/math/generic/log2f16.cpp
    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/6de1bd9509e5...c029ff46ace9

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