[libc-commits] [libc] [llvm] [libc] Add proxy header for fenv.h macro constants. #87863 (PR #87896)
Job Henandez Lara via libc-commits
libc-commits at lists.llvm.org
Mon Apr 8 09:39:34 PDT 2024
================
@@ -17,10 +17,10 @@
#endif
#include <arm_acle.h>
-#include <fenv.h>
#include <stdint.h>
#include "src/__support/FPUtil/FPBits.h"
+#include <fenv.h>
----------------
Jobhdez wrote:
intue said that this will make the next step easier to do. I think in the next PR I am going to make a proxy header for the fenv types so maybe thats why.
https://github.com/llvm/llvm-project/pull/87896
More information about the libc-commits
mailing list