[libc-commits] [libc] [libc][math] Improve the performance of sqrtf128. (PR #122578)
via libc-commits
libc-commits at lists.llvm.org
Fri Jan 17 12:17:55 PST 2025
================
@@ -1,20 +1,355 @@
//===-- Implementation of sqrtf128 function -------------------------------===//
//
+// Copyright (c) 2024 Alexei Sibidanov <sibid at uvic.ca>
----------------
sibidanov wrote:
It is my intention to have this line. I want to have my name in the code and never be removed as a proper acknowledgment of my contribution.
https://github.com/llvm/llvm-project/pull/122578
More information about the libc-commits
mailing list