src/cpu/mips/vm/globals_mips.hpp

changeset 179
e67dc9f1ba90
parent 10
0b0d61d41da1
child 180
5616e477f016
     1.1 --- a/src/cpu/mips/vm/globals_mips.hpp	Tue Nov 15 13:06:28 2016 +0800
     1.2 +++ b/src/cpu/mips/vm/globals_mips.hpp	Fri Nov 25 12:50:45 2016 +0800
     1.3 @@ -87,6 +87,11 @@
     1.4  
     1.5  #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
     1.6                                                                              \
     1.7 +  product(intx, SetFSFOFN, 999,                                             \
     1.8 +          "Set the FS/FO/FN bits in FCSR"                                   \
     1.9 +          "999 means FS/FO/FN will not be changed"                          \
    1.10 +          "=XYZ, with X:FS, Y:FO, Z:FN, X, Y and Z in 0=off, 1=on")         \
    1.11 +                                                                            \
    1.12    develop(bool, IEEEPrecision, true,                                        \
    1.13            "Enables IEEE precision (for INTEL only)")                        \
    1.14                                                                              \

mercurial