src/cpu/mips/vm/globals_mips.hpp

changeset 9459
814e9e335067
parent 9251
1ccc5a3b3671
child 9580
f10841009d27
     1.1 --- a/src/cpu/mips/vm/globals_mips.hpp	Thu Feb 21 10:14:02 2019 +0800
     1.2 +++ b/src/cpu/mips/vm/globals_mips.hpp	Tue Mar 05 17:00:17 2019 +0800
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 - * Copyright (c) 2015, 2018, Loongson Technology. All rights reserved.
     1.7 + * Copyright (c) 2015, 2019, Loongson Technology. All rights reserved.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -110,9 +110,6 @@
    1.12            "999 means FS/FO/FN will not be changed"                          \
    1.13            "=XYZ, with X:FS, Y:FO, Z:FN, X, Y and Z in 0=off, 1=on")         \
    1.14                                                                              \
    1.15 -  develop(bool, IEEEPrecision, true,                                        \
    1.16 -          "Enables IEEE precision (for INTEL only)")                        \
    1.17 -                                                                            \
    1.18    product(intx, FenceInstruction, 0,                                        \
    1.19            "(Unsafe,Unstable) Experimental")                                 \
    1.20                                                                              \

mercurial