[all-commits] [llvm/llvm-project] b633a7: feat: implement scalb{, l}nbf16 math functions
Krishna Pandey via All-commits
all-commits at lists.llvm.org
Wed Aug 27 00:29:50 PDT 2025
Branch: refs/heads/users/krishna2803/scalbnbf16
Home: https://github.com/llvm/llvm-project
Commit: b633a7651bfe97a3f23b911c4c28b39f28abe5c3
https://github.com/llvm/llvm-project/commit/b633a7651bfe97a3f23b911c4c28b39f28abe5c3
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/scalblnbf16.cpp
A libc/src/math/generic/scalbnbf16.cpp
A libc/src/math/scalblnbf16.h
A libc/src/math/scalbnbf16.h
Log Message:
-----------
feat: implement scalb{,l}nbf16 math functions
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: e99d5c20c280aaa2d40080514c5618b289438c60
https://github.com/llvm/llvm-project/commit/e99d5c20c280aaa2d40080514c5618b289438c60
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
A libc/test/src/math/smoke/scalblnbf16_test.cpp
A libc/test/src/math/smoke/scalbnbf16_test.cpp
Log Message:
-----------
chore: add smoke tests for scalb{,l}nbf16 math functions
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: a7187f9176c77ad60d88cfc9cddadba7fe4b7bd1
https://github.com/llvm/llvm-project/commit/a7187f9176c77ad60d88cfc9cddadba7fe4b7bd1
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: 5ff2ddcf948730daf997eecaf6ffefca259ad3fc
https://github.com/llvm/llvm-project/commit/5ff2ddcf948730daf997eecaf6ffefca259ad3fc
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 scalb{,l}nbf16 math functions
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Compare: https://github.com/llvm/llvm-project/compare/b633a7651bfe%5E...5ff2ddcf9487
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