[libc-commits] [libc] [libc][math] Implement double precision cos correctly rounded to all rounding modes. (PR #96591)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Jun 25 08:35:38 PDT 2024
================
@@ -10,11 +10,9 @@
#include "hdr/errno_macros.h"
#include "src/__support/FPUtil/FEnvImpl.h"
#include "src/__support/FPUtil/FPBits.h"
-#include "src/__support/FPUtil/PolyEval.h"
#include "src/__support/FPUtil/double_double.h"
#include "src/__support/FPUtil/dyadic_float.h"
#include "src/__support/FPUtil/multiply_add.h"
-#include "src/__support/FPUtil/nearest_integer.h"
----------------
nickdesaulniers wrote:
Should sin.cpp now be including `src/math/generic/range_reduction_double_common.h` for `SIN_K_PI_OVER_128_F128` since you moved it there?
https://github.com/llvm/llvm-project/pull/96591
More information about the libc-commits
mailing list