[libc-commits] [libc] [libc][math] Implement double precision asin correctly rounded for all rounding modes. (PR #134401)
    via libc-commits 
    libc-commits at lists.llvm.org
       
    Mon Apr 14 16:13:41 PDT 2025
    
    
  
================
@@ -4006,6 +4006,17 @@ add_fp_unittest(
     libc.src.__support.FPUtil.fp_bits
 )
 
+add_fp_unittest(
+  asin_test
+  SUITE
+    libc-math-smoke-tests
+  SRCS
+    asin_test.cpp
+  DEPENDS
+    libc.src.math.asin
+    libc.src.__support.FPUtil.fp_bits
+)
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/134401
    
    
More information about the libc-commits
mailing list