[libc-commits] [libc] [llvm] [libc][math] Refactor f16sqrtf128 to Header Only. (PR #175829)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Wed Jan 28 13:01:15 PST 2026
================
@@ -1031,6 +1031,14 @@ add_header_library(
libc.src.__support.FPUtil.manipulation_functions
libc.src.__support.common
libc.src.__support.macros.config
+ f16sqrtf128
+ HDRS
+ f16sqrtf128.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.sqrt
+ libc.include.llvm-libc-macros.float16_macros
+ libc.include.llvm-libc-types.float128
----------------
bassiounix wrote:
Why are you colliding the code?
https://github.com/llvm/llvm-project/pull/175829
More information about the libc-commits
mailing list