9#ifndef FORTRAN_TESTING_FP_TESTING_H_
10#define FORTRAN_TESTING_FP_TESTING_H_
12#include "flang/Common/target-rounding.h"
15using Fortran::common::RealFlags;
17using Fortran::common::RoundingMode;
22 bool flushSubnormalResultsToZero =
false);
24 void ClearFlags()
const;
25 static RealFlags CurrentFlags();
26 static void SetRounding(
Rounding rounding);
30#if __x86_64__ || _M_X64
31 unsigned int originalMxcsr;
Definition: fp-testing.h:19
Definition: target-rounding.h:18