[libc-commits] [libc] [llvm] [libc] Make canonicalizef128, modff128 and remquof128 use the emulated float128 type (PR #223769)
via libc-commits
libc-commits at lists.llvm.org
Tue Sep 15 11:12:53 PDT 2026
================
@@ -2120,8 +2120,8 @@ add_header_library(
HDRS
modff128.h
DEPENDS
- libc.include.llvm-libc-types.float128
libc.src.__support.FPUtil.manipulation_functions
+ libc.src.__support.FPUtil.float128
----------------
Sukumarsawant wrote:
nit: order
https://github.com/llvm/llvm-project/pull/223769
More information about the libc-commits
mailing list