[libc] [llvm] [libc] Add proxy header for fenv.h macro constants. #87863 (PR #87896)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 6 15:03:22 PDT 2024
================
@@ -13,7 +13,7 @@
#include "src/__support/macros/attributes.h" // For LIBC_INLINE_ASM
#include "src/__support/macros/config.h" // For LIBC_INLINE
-#include <fenv.h>
+#include "hdr/fenv_macros.h"
----------------
lntue wrote:
Move this to the header group above.
https://github.com/llvm/llvm-project/pull/87896
More information about the llvm-commits
mailing list