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

via libc-commits libc-commits at lists.llvm.org
Tue Feb 11 12:18:59 PST 2025


================
@@ -500,3 +500,14 @@ add_perf_binary(
   COMPILE_OPTIONS
     -fno-builtin
 )
+
+add_perf_binary(
+  sqrtf128_perf
+  SRCS
+    sqrtf128_perf.cpp
+  DEPENDS
+    .single_input_single_output_diff
+    libc.src.math.sqrtf128
+  COMPILE_OPTIONS
+  -fno-builtin
----------------
lntue wrote:

It was copied from other target in this file.  And I think you're right, we don't really need it, now that we are putting everything to the namespace functions.

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


More information about the libc-commits mailing list