[all-commits] [llvm/llvm-project] b5efd2: [libc][math][c23] Add {ldexp, scalbn, scalbln}f16 C2...
OverMighty via All-commits
all-commits at lists.llvm.org
Fri Jun 21 06:02:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5efd214297a50664cf3373362db29432c883ebd
https://github.com/llvm/llvm-project/commit/b5efd214297a50664cf3373362db29432c883ebd
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/ManipulationFunctions.h
M libc/src/__support/FPUtil/dyadic_float.h
M libc/src/__support/big_int.h
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/ldexpf16.cpp
A libc/src/math/generic/scalblnf16.cpp
A libc/src/math/generic/scalbnf16.cpp
A libc/src/math/ldexpf16.h
A libc/src/math/scalblnf16.h
A libc/src/math/scalbnf16.h
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/LdExpTest.h
M libc/test/src/math/smoke/ScalbnTest.h
A libc/test/src/math/smoke/ldexpf16_test.cpp
A libc/test/src/math/smoke/scalblnf16_test.cpp
M libc/test/src/math/smoke/scalbn_test.cpp
M libc/test/src/math/smoke/scalbnf128_test.cpp
A libc/test/src/math/smoke/scalbnf16_test.cpp
M libc/test/src/math/smoke/scalbnf_test.cpp
M libc/test/src/math/smoke/scalbnl_test.cpp
Log Message:
-----------
[libc][math][c23] Add {ldexp,scalbn,scalbln}f16 C23 math functions (#94797)
Part of #93566.
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