[all-commits] [llvm/llvm-project] 99f5e9: [libc][math][c23] Add modff128 C23 math function. ...
lntue via All-commits
all-commits at lists.llvm.org
Sat Mar 9 08:47:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99f5e9634b6921ebb6dad9bef1c76ade83adc847
https://github.com/llvm/llvm-project/commit/99f5e9634b6921ebb6dad9bef1c76ade83adc847
Author: lntue <35648136+lntue at users.noreply.github.com>
Date: 2024-03-09 (Sat, 09 Mar 2024)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/spec.td
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/modff128.cpp
A libc/src/math/modff128.h
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/ModfTest.h
A libc/test/src/math/smoke/modff128_test.cpp
Log Message:
-----------
[libc][math][c23] Add modff128 C23 math function. (#84532)
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