File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libc/src/__support/FPUtil Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef LLVM_LIBC_SRC___SUPPORT_FPUTIL_FENVIMPL_H
10
10
#define LLVM_LIBC_SRC___SUPPORT_FPUTIL_FENVIMPL_H
11
11
12
+ #include " hdr/fenv_macros.h"
12
13
#include " hdr/math_macros.h"
14
+ #include " hdr/types/fenv_t.h"
13
15
#include " src/__support/macros/attributes.h" // LIBC_INLINE
14
16
#include " src/__support/macros/properties/architectures.h"
15
17
#include " src/errno/libc_errno.h"
16
- #include < fenv.h>
17
18
18
19
#if defined(LIBC_TARGET_ARCH_IS_AARCH64)
19
20
#if defined(__APPLE__)
Original file line number Diff line number Diff line change 15
15
#include " src/__support/macros/attributes.h" // For LIBC_INLINE_ASM
16
16
#include " src/__support/macros/config.h" // For LIBC_INLINE
17
17
18
- #include < fenv.h>
19
18
#include < stdint.h>
20
19
21
20
namespace LIBC_NAMESPACE {
You can’t perform that action at this time.
0 commit comments