[all-commits] [llvm/llvm-project] eddfd5: [libc][math][c23] Add ddivl C23 math function. (#1...
lntue via All-commits
all-commits at lists.llvm.org
Thu Aug 8 08:41:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eddfd504f8bd54b8723ffaa6667e61ecf393652b
https://github.com/llvm/llvm-project/commit/eddfd504f8bd54b8723ffaa6667e61ecf393652b
Author: lntue <35648136+lntue at users.noreply.github.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M libc/config/darwin/arm/entrypoints.txt
M libc/config/darwin/x86_64/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/docs/math/index.rst
M libc/newhdrgen/yaml/math.yaml
M libc/spec/stdc.td
M libc/src/__support/FPUtil/generic/div.h
M libc/src/math/CMakeLists.txt
A libc/src/math/ddivl.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/ddivl.cpp
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/DivTest.h
A libc/test/src/math/ddivl_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/ddivl_test.cpp
Log Message:
-----------
[libc][math][c23] Add ddivl C23 math function. (#102468)
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