[libc-commits] [libc] [libc][math] Improve the performance of sqrtf128. (PR #122578)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Fri Jan 17 12:34:05 PST 2025


================
@@ -1,20 +1,355 @@
 //===-- Implementation of sqrtf128 function -------------------------------===//
 //
+// Copyright (c) 2024 Alexei Sibidanov <sibid at uvic.ca>
----------------
nickdesaulniers wrote:

I've emailed LLVM's board for clarification around copyright attribution notices.

https://github.com/llvm/llvm-project/pull/122578


More information about the libc-commits mailing list