gem5
v21.2.0.0
|
#include "config/have_fenv.hh"
Go to the source code of this file.
Namespaces | |
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 | gem5::RoundingMode { gem5::RoundingMode::Downward = 0, gem5::RoundingMode::ToNearest = 1, gem5::RoundingMode::TowardZero = 2, gem5::RoundingMode::Upward = 3 } |
Functions | |
void | gem5::setFpRound (RoundingMode rm) |
RoundingMode | gem5::getFpRound () |