src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/globals_x86.hpp	Wed May 27 10:37:24 2015
--- new/src/cpu/x86/vm/globals_x86.hpp	Wed May 27 10:37:24 2015

*** 82,92 **** --- 82,92 ---- define_pd_global(uintx, TypeProfileLevel, 111); define_pd_global(bool, PreserveFramePointer, false); ! #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \ \ develop(bool, IEEEPrecision, true, \ "Enables IEEE precision (for INTEL only)") \ \ product(bool, UseStoreImmI16, true, \

src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File