[all-commits] [llvm/llvm-project] fc5e21: feat: implement {modf, remainder, remquo}bf16 math f...

Krishna Pandey via All-commits all-commits at lists.llvm.org
Tue Aug 19 15:17:48 PDT 2025


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

  Changed paths:
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/modfbf16.cpp
    A libc/src/math/generic/remainderbf16.cpp
    A libc/src/math/generic/remquobf16.cpp
    A libc/src/math/modfbf16.h
    A libc/src/math/remainderbf16.h
    A libc/src/math/remquobf16.h

  Log Message:
  -----------
  feat: implement {modf,remainder,remquo}bf16 math functions

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


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

  Changed paths:
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/ModfTest.h
    A libc/test/src/math/smoke/modfbf16_test.cpp
    A libc/test/src/math/smoke/remquobf16_test.cpp

  Log Message:
  -----------
  chore: add smoke tests for {modf,remainder,remquo}bf16 math functions

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


  Commit: 7711efd183b742886f46562260035c2cef776212
      https://github.com/llvm/llvm-project/commit/7711efd183b742886f46562260035c2cef776212
  Author: Krishna Pandey <kpandey81930 at gmail.com>
  Date:   2025-08-20 (Wed, 20 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: e52a7fa92f22e770c7398a0e31965ea44b08ea29
      https://github.com/llvm/llvm-project/commit/e52a7fa92f22e770c7398a0e31965ea44b08ea29
  Author: Krishna Pandey <kpandey81930 at gmail.com>
  Date:   2025-08-20 (Wed, 20 Aug 2025)

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

  Log Message:
  -----------
  docs: add {modf,remainder,remquo}bf16 math functions

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


Compare: https://github.com/llvm/llvm-project/compare/fc5e2152b4c5%5E...e52a7fa92f22

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