[all-commits] [llvm/llvm-project] 936515: [libc][math][c23] Add exp2f16 C23 math function (#...
OverMighty via All-commits
all-commits at lists.llvm.org
Tue Aug 6 05:44:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 936515c7a5607f83aa0684586c7e34ab4b8387ff
https://github.com/llvm/llvm-project/commit/936515c7a5607f83aa0684586c7e34ab4b8387ff
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-08-06 (Tue, 06 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/exp2f16.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/exp2f16.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/exp2f16_test.cpp
M libc/test/src/math/performance_testing/CMakeLists.txt
A libc/test/src/math/performance_testing/exp2f16_perf.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/exp2f16_test.cpp
Log Message:
-----------
[libc][math][c23] Add exp2f16 C23 math function (#101217)
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