[all-commits] [llvm/llvm-project] 22d56a: [libc][math][c23] Add exp2m1f16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Tue Oct 15 08:06:23 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-sqrtf16
Home: https://github.com/llvm/llvm-project
Commit: 22d56a5513bdaa6e4eaa249757e77d97a2ea585c
https://github.com/llvm/llvm-project/commit/22d56a5513bdaa6e4eaa249757e77d97a2ea585c
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/exp2m1f16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/exp2f16.cpp
A libc/src/math/generic/exp2m1f16.cpp
M libc/src/math/generic/expxf16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/exp2m1f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/exp2m1f16_test.cpp
Log Message:
-----------
[libc][math][c23] Add exp2m1f16 C23 math function
Part of #95250.
Commit: 92629d814e5682fdd59510970bb7d30a6b705134
https://github.com/llvm/llvm-project/commit/92629d814e5682fdd59510970bb7d30a6b705134
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/exp10m1f16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/exp10f16.cpp
A libc/src/math/generic/exp10m1f16.cpp
M libc/src/math/generic/expxf16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/exp10m1f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/exp10m1f16_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][math][c23] Add exp10m1f16 C23 math function
Part of #95250.
Commit: 3f11a3c04172dcf9b572da93b07694b4ba518022
https://github.com/llvm/llvm-project/commit/3f11a3c04172dcf9b572da93b07694b4ba518022
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-23 (Fri, 23 Aug 2024)
Changed paths:
M libc/src/math/generic/exp10m1f16.cpp
Log Message:
-----------
Fix typo in comments
Commit: 9102fa25642700778b027ea5017a6367771c9e7e
https://github.com/llvm/llvm-project/commit/9102fa25642700778b027ea5017a6367771c9e7e
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-24 (Sat, 24 Aug 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/coshf16.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/coshf16.cpp
M libc/src/math/generic/expxf16.h
A libc/src/math/generic/sinhf16.cpp
A libc/src/math/sinhf16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/coshf16_test.cpp
A libc/test/src/math/sinhf16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/coshf16_test.cpp
A libc/test/src/math/smoke/sinhf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add sinhf16 and coshf16 C23 math functions
Part of #95250.
Commit: eadda81a46d6b3bdf44574467deb3d94add102ac
https://github.com/llvm/llvm-project/commit/eadda81a46d6b3bdf44574467deb3d94add102ac
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-25 (Sun, 25 Aug 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/tanhf16.cpp
A libc/src/math/tanhf16.h
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/tanhf16_test.cpp
A libc/test/src/math/tanhf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add tanhf16 C23 math function
Part of #95250.
Commit: efc9ccab9373b3dcc31b520873eaf2fff40b8b58
https://github.com/llvm/llvm-project/commit/efc9ccab9373b3dcc31b520873eaf2fff40b8b58
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expxf16.h
A libc/src/math/generic/logf16.cpp
A libc/src/math/logf16.h
M libc/test/UnitTest/FPMatcher.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/logf16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/logf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add logf16 C23 math function
Part of #95250.
Commit: 2f0d352e311301b0853346587cf03d5137b22d76
https://github.com/llvm/llvm-project/commit/2f0d352e311301b0853346587cf03d5137b22d76
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expxf16.h
A libc/src/math/generic/log2f16.cpp
A libc/src/math/log2f16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/log2f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/log2f16_test.cpp
Log Message:
-----------
[libc][math][c23] Add log2f16 C23 math function
Part of #95250.
Commit: 57972717618c3d4ccc836c81fdbf3a66c6da53fa
https://github.com/llvm/llvm-project/commit/57972717618c3d4ccc836c81fdbf3a66c6da53fa
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expxf16.h
A libc/src/math/generic/log10f16.cpp
A libc/src/math/log10f16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/log10f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/log10f16_test.cpp
Log Message:
-----------
[libc][math][c23] Add log10f16 C23 math function
Part of #95250.
Commit: 681fcf579c010e1f45e396114930355a6a28d403
https://github.com/llvm/llvm-project/commit/681fcf579c010e1f45e396114930355a6a28d403
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
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/generic/sqrt.h
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/sqrtf16.cpp
A libc/src/math/sqrtf16.h
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/sqrtf16_test.cpp
A libc/test/src/math/sqrtf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add sqrtf16 C23 math function
Part of #95250.
Compare: https://github.com/llvm/llvm-project/compare/22d56a5513bd%5E...681fcf579c01
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