[all-commits] [llvm/llvm-project] f005e2: [libc][math][c++23] Add {modf, remainder, remquo}bf1...
Krishna Pandey via All-commits
all-commits at lists.llvm.org
Tue Aug 26 23:12:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f005e2cb7aea4ed74a62bfbb1dce51e063cd52a0
https://github.com/llvm/llvm-project/commit/f005e2cb7aea4ed74a62bfbb1dce51e063cd52a0
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 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
M libc/docs/headers/math/index.rst
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
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:
-----------
[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)
This PR adds the following basic math functions for BFloat16 type along
with the tests:
- modfbf16
- remainderbf16
- remquobf16
---------
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Co-authored-by: OverMighty <its.overmighty at gmail.com>
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