[all-commits] [llvm/llvm-project] 64121d: feat: implement {canonicalize, iscanonical, fdim, cop...
Krishna Pandey via All-commits
all-commits at lists.llvm.org
Wed Aug 27 00:27:49 PDT 2025
Branch: refs/heads/users/krishna2803/canonicalizebf16
Home: https://github.com/llvm/llvm-project
Commit: 64121d4437c4f167afe91ca7cabc2a1719687d2c
https://github.com/llvm/llvm-project/commit/64121d4437c4f167afe91ca7cabc2a1719687d2c
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
A libc/src/math/canonicalizebf16.h
A libc/src/math/copysignbf16.h
A libc/src/math/fdimbf16.h
A libc/src/math/generic/canonicalizebf16.cpp
A libc/src/math/generic/copysignbf16.cpp
A libc/src/math/generic/fdimbf16.cpp
A libc/src/math/generic/iscanonicalbf16.cpp
A libc/src/math/generic/issignalingbf16.cpp
A libc/src/math/iscanonicalbf16.h
A libc/src/math/issignalingbf16.h
Log Message:
-----------
feat: implement {canonicalize,iscanonical,fdim,copysign,issignaling}bf16 math functions
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: ff3915c7c47cb3e461cae99034d53229814f0c88
https://github.com/llvm/llvm-project/commit/ff3915c7c47cb3e461cae99034d53229814f0c88
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
Log Message:
-----------
chore: update CMakeLists
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: cbdfc66f487e4b7bd6be5207874847bf52236ea6
https://github.com/llvm/llvm-project/commit/cbdfc66f487e4b7bd6be5207874847bf52236ea6
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/canonicalizebf16_test.cpp
A libc/test/src/math/smoke/copysignbf16_test.cpp
A libc/test/src/math/smoke/fdimbf16_test.cpp
A libc/test/src/math/smoke/iscanonicalbf16_test.cpp
A libc/test/src/math/smoke/issignalingbf16_test.cpp
Log Message:
-----------
chore: add smoke tests for {canonicalize,iscanonical,fdim,copysign,issignaling}bf16 math functions
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: 170f9b2204546869db58a3882afe46430b36a8e0
https://github.com/llvm/llvm-project/commit/170f9b2204546869db58a3882afe46430b36a8e0
Author: Krishna Pandey <kpandey81930 at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M libc/src/__support/FPUtil/BasicOperations.h
Log Message:
-----------
fix: add 0 to T cast
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Commit: ceb8818a9f86de8a85bfb8a52e2aac69738f1237
https://github.com/llvm/llvm-project/commit/ceb8818a9f86de8a85bfb8a52e2aac69738f1237
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: 99f5872441d8279e77884deddd20ad53903044ed
https://github.com/llvm/llvm-project/commit/99f5872441d8279e77884deddd20ad53903044ed
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 {canonicalize,iscanonical,fdim,copysign,issignaling}bf16 math functions
Signed-off-by: Krishna Pandey <kpandey81930 at gmail.com>
Compare: https://github.com/llvm/llvm-project/compare/64121d4437c4%5E...99f5872441d8
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