[all-commits] [llvm/llvm-project] 9fb049: [libc][math][c23] Add {f, d}mul{l, f128} and f16mul{...
OverMighty via All-commits
all-commits at lists.llvm.org
Thu Jul 18 10:51:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9fb049c8c6a77026fa75a8d36b386a7f5a60613a
https://github.com/llvm/llvm-project/commit/9fb049c8c6a77026fa75a8d36b386a7f5a60613a
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-07-18 (Thu, 18 Jul 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/llvm_libc_ext.td
M libc/spec/stdc.td
M libc/src/__support/FPUtil/generic/CMakeLists.txt
A libc/src/__support/FPUtil/generic/mul.h
M libc/src/math/CMakeLists.txt
A libc/src/math/dmulf128.h
A libc/src/math/dmull.h
A libc/src/math/f16mul.h
A libc/src/math/f16mulf.h
A libc/src/math/f16mulf128.h
A libc/src/math/f16mull.h
A libc/src/math/fmulf128.h
A libc/src/math/fmull.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/dmulf128.cpp
A libc/src/math/generic/dmull.cpp
A libc/src/math/generic/f16mul.cpp
A libc/src/math/generic/f16mulf.cpp
A libc/src/math/generic/f16mulf128.cpp
A libc/src/math/generic/f16mull.cpp
M libc/src/math/generic/fmul.cpp
A libc/src/math/generic/fmulf128.cpp
A libc/src/math/generic/fmull.cpp
M libc/test/src/math/CMakeLists.txt
R libc/test/src/math/FMulTest.h
A libc/test/src/math/MulTest.h
A libc/test/src/math/dmull_test.cpp
A libc/test/src/math/f16mul_test.cpp
A libc/test/src/math/f16mulf_test.cpp
A libc/test/src/math/f16mull_test.cpp
M libc/test/src/math/fmul_test.cpp
A libc/test/src/math/fmull_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
R libc/test/src/math/smoke/FMulTest.h
A libc/test/src/math/smoke/MulTest.h
A libc/test/src/math/smoke/dmulf128_test.cpp
A libc/test/src/math/smoke/dmull_test.cpp
A libc/test/src/math/smoke/f16mul_test.cpp
A libc/test/src/math/smoke/f16mulf128_test.cpp
A libc/test/src/math/smoke/f16mulf_test.cpp
A libc/test/src/math/smoke/f16mull_test.cpp
M libc/test/src/math/smoke/fmul_test.cpp
A libc/test/src/math/smoke/fmulf128_test.cpp
A libc/test/src/math/smoke/fmull_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functions (#98972)
Part of #93566.
Fixes #94833.
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