[libc-commits] [libc] [llvm] [libc] Add proxy header for fenv.h macro constants. #87863 (PR #87896)
via libc-commits
libc-commits at lists.llvm.org
Sat Apr 6 21:54:53 PDT 2024
================
@@ -12,7 +12,7 @@
#include "src/__support/FPUtil/FEnvImpl.h"
#include "test/UnitTest/Test.h"
-#include <fenv.h>
----------------
lntue wrote:
This test uses `fexcept_t`, so it still needs `#include <fenv.h>`. We will replace it in the next step when we add proxy header for `fexcept_t`.
https://github.com/llvm/llvm-project/pull/87896
More information about the libc-commits
mailing list