[all-commits] [llvm/llvm-project] 777eb3: [libc] Add sqrtf128 implementation for Linux x86_6...
felixh5678 via All-commits
all-commits at lists.llvm.org
Wed Jan 24 07:16:24 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 777eb35614eff30f8fe8ca7729b9c04846a09476
https://github.com/llvm/llvm-project/commit/777eb35614eff30f8fe8ca7729b9c04846a09476
Author: felixh5678 <157516335+felixh5678 at users.noreply.github.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/sqrtf128.cpp
A libc/src/math/sqrtf128.h
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/generic_sqrtf128_test.cpp
A libc/test/src/math/smoke/sqrtf128_test.cpp
Log Message:
-----------
[libc] Add sqrtf128 implementation for Linux x86_64. (#79195)
Co-authored-by: Tue Ly <lntue at google.com>
Co-authored-by: Felix <felix at Dirks-MacBook-Pro.local>
More information about the All-commits
mailing list