[all-commits] [llvm/llvm-project] fdd426: [libc] Revert "Guard sqrt_80_bit_long_double.h hea...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Jan 27 13:11:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdd4269f2e0c1c7fdee28aa7d10e0940476c0be8
https://github.com/llvm/llvm-project/commit/fdd4269f2e0c1c7fdee28aa7d10e0940476c0be8
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M libc/src/__support/FPUtil/generic/sqrt.h
Log Message:
-----------
[libc] Revert "Guard sqrt_80_bit_long_double.h header to not be included with aarch64."
This reverts commit 4a979c42564e622fdf283ae8d0b7a59ebe567533.
Commit: 4beba3a32a6537b80e88ea7c5e4f5a425599ca5d
https://github.com/llvm/llvm-project/commit/4beba3a32a6537b80e88ea7c5e4f5a425599ca5d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M libc/src/__support/FPUtil/CMakeLists.txt
A libc/src/__support/FPUtil/Sqrt.h
R libc/src/__support/FPUtil/aarch64/sqrt.h
R libc/src/__support/FPUtil/generic/CMakeLists.txt
R libc/src/__support/FPUtil/generic/sqrt.h
R libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
R libc/src/__support/FPUtil/sqrt.h
A libc/src/__support/FPUtil/x86_64/SqrtLongDouble.h
R libc/src/__support/FPUtil/x86_64/sqrt.h
M libc/src/math/aarch64/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/sqrt.cpp
M libc/src/math/generic/sqrtf.cpp
M libc/src/math/generic/sqrtl.cpp
M libc/src/math/x86_64/CMakeLists.txt
A libc/src/math/x86_64/sqrt.cpp
A libc/src/math/x86_64/sqrtf.cpp
A libc/src/math/x86_64/sqrtl.cpp
M libc/test/src/math/CMakeLists.txt
R libc/test/src/math/generic_sqrt_test.cpp
R libc/test/src/math/generic_sqrtf_test.cpp
R libc/test/src/math/generic_sqrtl_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Revert "Refactor sqrt implementations and add tests for generic sqrt implementations."
This reverts commit 21c4c82c2026bac1f53be54923c0663d41d0a0aa.
Compare: https://github.com/llvm/llvm-project/compare/13d89477be56...4beba3a32a65
More information about the All-commits
mailing list