[all-commits] [llvm/llvm-project] d7930a: feat: implement fmodbf16 math function
Krishna Pandey via All-commits
all-commits at lists.llvm.org
Wed Aug 27 01:42:44 PDT 2025
Branch: refs/heads/users/krishna2803/fmodbf16
Home: https://github.com/llvm/llvm-project
Commit: d7930ac1d1d79b0aaf197857abd77f64ab7f3679
https://github.com/llvm/llvm-project/commit/d7930ac1d1d79b0aaf197857abd77f64ab7f3679
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M libc/src/math/CMakeLists.txt
A libc/src/math/fmodbf16.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/fmodbf16.cpp
Log Message:
-----------
feat: implement fmodbf16 math function
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: a77279072840ad095dc551576a9c6d612f33a1b5
https://github.com/llvm/llvm-project/commit/a77279072840ad095dc551576a9c6d612f33a1b5
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/FModTest.h
A libc/test/src/math/smoke/fmodbf16_test.cpp
Log Message:
-----------
chore: add smoke tests for fmodbf16 math function
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: e5036f72c4b3514d6fb61a8f26bbfc840f41aa52
https://github.com/llvm/llvm-project/commit/e5036f72c4b3514d6fb61a8f26bbfc840f41aa52
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M libc/test/src/math/exhaustive/CMakeLists.txt
A libc/test/src/math/exhaustive/fmodbf16_test.cpp
Log Message:
-----------
chore: add exahaustive tests for fmodbf16 math function
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: a90272319cf72f2590e07aa130f39833d30b05de
https://github.com/llvm/llvm-project/commit/a90272319cf72f2590e07aa130f39833d30b05de
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
Log Message:
-----------
chore: update entrypoints
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: d45139336143155944efb02e2fbe8800802a1c7e
https://github.com/llvm/llvm-project/commit/d45139336143155944efb02e2fbe8800802a1c7e
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M libc/docs/headers/math/index.rst
Log Message:
-----------
docs: add smoke tests for fmodbf16 math function
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Compare: https://github.com/llvm/llvm-project/compare/d7930ac1d1d7%5E...d45139336143
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