[all-commits] [llvm/llvm-project] 9f54e8: [libc][math][c23] Add expm1f16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Wed Aug 7 14:52:25 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-expm1f16
Home: https://github.com/llvm/llvm-project
Commit: 9f54e86513921ef0b1c81431fc7bc5dbe50ecfea
https://github.com/llvm/llvm-project/commit/9f54e86513921ef0b1c81431fc7bc5dbe50ecfea
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/src/math/CMakeLists.txt
A libc/src/math/expm1f16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expf16.cpp
A libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/expxf16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/expm1f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/expm1f16_test.cpp
Log Message:
-----------
[libc][math][c23] Add expm1f16 C23 math function
Part of #95250.
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