[libc-commits] [libc] [libc][math] Improve the performance of sqrtf128. (PR #122578)
via libc-commits
libc-commits at lists.llvm.org
Tue Feb 11 10:13:58 PST 2025
================
@@ -1,20 +1,355 @@
//===-- Implementation of sqrtf128 function -------------------------------===//
//
+// Copyright (c) 2024 Alexei Sibidanov <sibid at uvic.ca>
----------------
lntue wrote:
Removed the copyright notice and add attribution to the author in the comments below.
https://github.com/llvm/llvm-project/pull/122578
More information about the libc-commits
mailing list