[libc-commits] [libc] [libc][math][c23] Add cospif16 function (PR #113001)

via libc-commits libc-commits at lists.llvm.org
Tue Oct 29 01:45:51 PDT 2024


================
@@ -7,52 +7,20 @@
 //===----------------------------------------------------------------------===//
 
 #include "src/math/sinpif16.h"
+#include "sincosf16_utils.h"
----------------
overmighty wrote:

```suggestion
#include "src/math/sinpif16.h"
#include "hdr/errno_macros.h"
#include "hdr/fenv_macros.h"
#include "sincosf16_utils.h"
```

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


More information about the libc-commits mailing list