FLANG
|
#include "flang/Common/MathOptionsBase.def"
Go to the source code of this file.
Classes | |
class | Fortran::common::MathOptionsBase |
Namespaces | |
namespace | Fortran |
namespace | Fortran::common |
Macros | |
#define | ENUM_MATHOPT(Name, Type, Bits, Default) |
#define | ENUM_MATHOPT(Name, Type, Bits, Default) set##Name(Default); |
#define | ENUM_MATHOPT(Name, Type, Bits, Default) unsigned Name : Bits; |
Options controlling mathematical computations generated in FIR. This is intended to be header-only implementation without extra dependencies so that multiple components can use it to exchange math configuration.
#define ENUM_MATHOPT | ( | Name, | |
Type, | |||
Bits, | |||
Default | |||
) |