[libc-commits] [libc] [libc][math] Fix signaling NaN handling for math functions. (PR #133347)

via libc-commits libc-commits at lists.llvm.org
Thu Apr 3 07:55:43 PDT 2025


================
@@ -4129,7 +4129,9 @@ add_entrypoint_object(
     atan2f_float.h
   DEPENDS
     .inv_trigf_utils
+    libc.hdr.fenv_macros
----------------
overmighty wrote:

If you don't want to fix the missing `#include "hdr/fenv_macros.h"` in atan2f.cpp in this PR anymore then there's no more need to add this dependency here.

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


More information about the libc-commits mailing list