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

OverMighty via All-commits all-commits at lists.llvm.org
Tue Oct 15 07:59:33 PDT 2024


  Branch: refs/heads/users/overmighty/libc-math-log2f16
  Home:   https://github.com/llvm/llvm-project
  Commit: 9040e13d634e265f0dfda9dda3947fc40d0fd5f0
      https://github.com/llvm/llvm-project/commit/9040e13d634e265f0dfda9dda3947fc40d0fd5f0
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-15 (Tue, 15 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: bcfd2cf3e1b0e1e565f82cd3d63f15440e08c776
      https://github.com/llvm/llvm-project/commit/bcfd2cf3e1b0e1e565f82cd3d63f15440e08c776
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-15 (Tue, 15 Oct 2024)

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

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


  Commit: 4ee5be6f755ea9e36c44657cd5fa587e13b11ddc
      https://github.com/llvm/llvm-project/commit/4ee5be6f755ea9e36c44657cd5fa587e13b11ddc
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-15 (Tue, 15 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


Compare: https://github.com/llvm/llvm-project/compare/b22f8bad5726...4ee5be6f755e

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