[libc-commits] [libc] [llvm] [libc][math] Refactor fsqrtf128 to Header Only. (PR #175686)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Wed Jan 14 22:44:47 PST 2026
================
@@ -1798,8 +1798,8 @@ cc_library(
"//llvm:AllTargetsAsmParsers",
"//llvm:AllTargetsCodeGens",
"//llvm:Core",
- "//llvm:JITLink",
"//llvm:ExecutionEngine",
+ "//llvm:JITLink",
----------------
bassiounix wrote:
What does this change has to do in libc code?
https://github.com/llvm/llvm-project/pull/175686
More information about the libc-commits
mailing list