File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
// Fortran language concepts that are used in many phases are defined
13
13
// once here to avoid redundancy and needless translation.
14
14
15
- #include " flang/Common/Fortran-consts.h"
16
15
#include " enum-set.h"
17
16
#include " idioms.h"
17
+ #include " flang/Common/Fortran-consts.h"
18
18
#include < cinttypes>
19
19
#include < optional>
20
20
#include < string>
Original file line number Diff line number Diff line change 12
12
// A C++ perspective of the derived type description schemata in
13
13
// flang/module/__fortran_type_info.f90.
14
14
15
+ #include " terminator.h"
15
16
#include " flang/Common/Fortran-consts.h"
16
17
#include " flang/Common/bit-population-count.h"
17
18
#include " flang/Common/optional.h"
18
19
#include " flang/Runtime/descriptor.h"
19
- #include " terminator.h"
20
20
#include < cinttypes>
21
21
#include < memory>
22
22
Original file line number Diff line number Diff line change 7
7
#include < xmmintrin.h>
8
8
#endif
9
9
10
- using Fortran::common::RoundingMode;
11
10
using Fortran::common::RealFlag;
11
+ using Fortran::common::RoundingMode;
12
12
13
13
ScopedHostFloatingPointEnvironment::ScopedHostFloatingPointEnvironment (
14
14
#if __x86_64__
Original file line number Diff line number Diff line change 4
4
#include " flang/Common/target-rounding.h"
5
5
#include < fenv.h>
6
6
7
- using Fortran::common::RoundingMode;
8
7
using Fortran::common::RealFlags;
9
8
using Fortran::common::Rounding;
9
+ using Fortran::common::RoundingMode;
10
10
11
11
class ScopedHostFloatingPointEnvironment {
12
12
public:
You can’t perform that action at this time.
0 commit comments