[all-commits] [llvm/llvm-project] b58785: feat: implement {, u}fromfp{, x}bf16 math functions

Krishna Pandey via All-commits all-commits at lists.llvm.org
Sat Aug 16 20:15:59 PDT 2025


  Branch: refs/heads/users/krishna2803/fromfpbf16
  Home:   https://github.com/llvm/llvm-project
  Commit: b58785d627db072eee8cc8f06adc57268d75a8d1
      https://github.com/llvm/llvm-project/commit/b58785d627db072eee8cc8f06adc57268d75a8d1
  Author: Krishna Pandey <kpandey81930 at gmail.com>
  Date:   2025-08-17 (Sun, 17 Aug 2025)

  Changed paths:
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fromfpbf16.h
    A libc/src/math/fromfpxbf16.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/fromfpbf16.cpp
    A libc/src/math/generic/fromfpxbf16.cpp
    A libc/src/math/generic/ufromfpbf16.cpp
    A libc/src/math/generic/ufromfpxbf16.cpp
    A libc/src/math/ufromfpbf16.h
    A libc/src/math/ufromfpxbf16.h

  Log Message:
  -----------
  feat: implement {,u}fromfp{,x}bf16 math functions

Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>


  Commit: 0a2b5278c817a3b75c61a2a655a50aba76e050b3
      https://github.com/llvm/llvm-project/commit/0a2b5278c817a3b75c61a2a655a50aba76e050b3
  Author: Krishna Pandey <kpandey81930 at gmail.com>
  Date:   2025-08-17 (Sun, 17 Aug 2025)

  Changed paths:
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/FromfpTest.h
    M libc/test/src/math/smoke/FromfpxTest.h
    M libc/test/src/math/smoke/UfromfpTest.h
    M libc/test/src/math/smoke/UfromfpxTest.h
    A libc/test/src/math/smoke/fromfpbf16_test.cpp
    A libc/test/src/math/smoke/fromfpxbf16_test.cpp
    A libc/test/src/math/smoke/ufromfpbf16_test.cpp
    A libc/test/src/math/smoke/ufromfpxbf16_test.cpp

  Log Message:
  -----------
  chore: add tests for {,u}fromfp{,x}bf16 math functions

Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>


  Commit: baaf0e03e1cbe4fead76f50a45c20bb5e976d3b2
      https://github.com/llvm/llvm-project/commit/baaf0e03e1cbe4fead76f50a45c20bb5e976d3b2
  Author: Krishna Pandey <kpandey81930 at gmail.com>
  Date:   2025-08-17 (Sun, 17 Aug 2025)

  Changed paths:
    M libc/config/baremetal/aarch64/entrypoints.txt
    M libc/config/baremetal/arm/entrypoints.txt
    M libc/config/baremetal/riscv/entrypoints.txt
    M libc/config/darwin/aarch64/entrypoints.txt
    M libc/config/darwin/x86_64/entrypoints.txt
    M libc/config/gpu/amdgpu/entrypoints.txt
    M libc/config/gpu/nvptx/entrypoints.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/arm/entrypoints.txt
    M libc/config/linux/riscv/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/windows/entrypoints.txt

  Log Message:
  -----------
  chore: update entrypoints

Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>


  Commit: 733f4f17cc9d6b1ad4f71e04cb7ce142196c0e3d
      https://github.com/llvm/llvm-project/commit/733f4f17cc9d6b1ad4f71e04cb7ce142196c0e3d
  Author: Krishna Pandey <kpandey81930 at gmail.com>
  Date:   2025-08-17 (Sun, 17 Aug 2025)

  Changed paths:
    M libc/docs/headers/math/index.rst

  Log Message:
  -----------
  chore: update docs

Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>


  Commit: ecb6d7fd79e2c02390b90868d50a6f8233c10081
      https://github.com/llvm/llvm-project/commit/ecb6d7fd79e2c02390b90868d50a6f8233c10081
  Author: Krishna Pandey <kpandey81930 at gmail.com>
  Date:   2025-08-17 (Sun, 17 Aug 2025)

  Changed paths:
    M libc/test/src/math/smoke/FromfpTest.h
    M libc/test/src/math/smoke/FromfpxTest.h
    M libc/test/src/math/smoke/UfromfpTest.h
    M libc/test/src/math/smoke/UfromfpxTest.h
    M libc/test/src/math/smoke/fromfpxbf16_test.cpp
    M libc/test/src/math/smoke/ufromfpbf16_test.cpp
    M libc/test/src/math/smoke/ufromfpxbf16_test.cpp

  Log Message:
  -----------
  style: clang-format

Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>


Compare: https://github.com/llvm/llvm-project/compare/b58785d627db%5E...ecb6d7fd79e2

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