[libc-commits] [libc] [libc][math] Implement nexttoward functions (PR #72763)

Nishant Mittal via libc-commits libc-commits at lists.llvm.org
Tue Nov 21 02:02:03 PST 2023


================
@@ -19,6 +20,7 @@
 #include "src/__support/macros/attributes.h"
 #include "src/__support/macros/optimization.h" // LIBC_UNLIKELY
 
+#include <fenv.h>
----------------
nishantwrp wrote:

got it, done. 

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


More information about the libc-commits mailing list