gem5 v24.0.0.0
|
#include "config/have_fenv.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
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 () |