[all-commits] [llvm/llvm-project] c15623: [libc][math][c23] Add entrypoints and tests for ds...
Job Henandez Lara via All-commits
all-commits at lists.llvm.org
Sun Jul 21 12:55:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1562374c8f24e5f873490639420b9c732b7e33d
https://github.com/llvm/llvm-project/commit/c1562374c8f24e5f873490639420b9c732b7e33d
Author: Job Henandez Lara <hj93 at protonmail.com>
Date: 2024-07-21 (Sun, 21 Jul 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/arm/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/llvm_libc_ext.td
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/dsqrtf128.h
A libc/src/math/dsqrtl.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/dsqrtf128.cpp
A libc/src/math/generic/dsqrtl.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/dsqrtl_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/dsqrtf128_test.cpp
A libc/test/src/math/smoke/dsqrtl_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
Log Message:
-----------
[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)
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