gem5 v23.0.0.0
|
#include "config/have_fenv.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Enumerations | |
enum class | gem5::RoundingMode { gem5::Downward = 0 , gem5::ToNearest = 1 , gem5::TowardZero = 2 , gem5::Upward = 3 } |
Functions | |
void | gem5::setFpRound (RoundingMode rm) |
RoundingMode | gem5::getFpRound () |