[libc-commits] [libc] [libc][math][c23] Implemented sinpif function correctly rounded for all rounding modes. (PR #97149)

via libc-commits libc-commits at lists.llvm.org
Sat Jun 29 15:05:58 PDT 2024


================
@@ -18,7 +18,9 @@
 #include "test/UnitTest/FPMatcher.h"
 
 #include "hdr/math_macros.h"
+#include <iostream>
----------------
lntue wrote:

Remove `<iostream>` and `<ostream>`

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


More information about the libc-commits mailing list