[all-commits] [llvm/llvm-project] 25b037: [libc][math][c23] Add {ceil, floor, round, roundeven, ...
OverMighty via All-commits
all-commits at lists.llvm.org
Mon Jun 3 11:29:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25b037bdb5f722baa7f292c89770d24132edc082
https://github.com/llvm/llvm-project/commit/25b037bdb5f722baa7f292c89770d24132edc082
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-06-03 (Mon, 03 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/NearestIntegerOperations.h
M libc/src/math/CMakeLists.txt
A libc/src/math/ceilf16.h
A libc/src/math/floorf16.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/ceilf16.cpp
A libc/src/math/generic/floorf16.cpp
A libc/src/math/generic/roundevenf16.cpp
A libc/src/math/generic/roundf16.cpp
A libc/src/math/generic/truncf16.cpp
A libc/src/math/roundevenf16.h
A libc/src/math/roundf16.h
A libc/src/math/truncf16.h
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/CeilTest.h
M libc/test/src/math/smoke/FloorTest.h
M libc/test/src/math/smoke/RoundEvenTest.h
M libc/test/src/math/smoke/RoundTest.h
M libc/test/src/math/smoke/TruncTest.h
A libc/test/src/math/smoke/ceilf16_test.cpp
A libc/test/src/math/smoke/floorf16_test.cpp
A libc/test/src/math/smoke/roundevenf16_test.cpp
A libc/test/src/math/smoke/roundf16_test.cpp
A libc/test/src/math/smoke/truncf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add {ceil,floor,round,roundeven,trunc}f16 C23 math functions (#94001)
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