[libc-commits] [libc] [llvm] [libc][math] Refactor sinpif16 to header only. (PR #178503)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Wed Jan 28 14:49:21 PST 2026


================
@@ -1209,6 +1178,21 @@ add_header_library(
     libc.src.__support.macros.optimization
 )
 
+add_header_library(
+  sinpif16
+  HDRS
+    sinpif16.h
+  DEPENDS
+    .sincosf16_utils
+    libc.src.__support.FPUtil.cast
+    libc.src.__support.FPUtil.FEnvImpl
+    libc.src.__support.FPUtil.FPBits
----------------
bassiounix wrote:

don't forget to add type guard entry

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


More information about the libc-commits mailing list