[libc-commits] [libc] [llvm] [libc][math][c23] Improve rsqrtf16 function for targets without fp32 FPUs. (PR #160639)
Anton Shepelev via libc-commits
libc-commits at lists.llvm.org
Sun Jun 14 22:35:51 PDT 2026
================
@@ -214,3 +214,21 @@ target_link_libraries(libc.benchmarks.memory_functions.opt_host
benchmark_main
)
llvm_update_compile_flags(libc.benchmarks.memory_functions.opt_host)
+
+add_executable(libc.benchmarks.rsqrtf16.opt_host
----------------
amemov wrote:
done
https://github.com/llvm/llvm-project/pull/160639
More information about the libc-commits
mailing list