diff src/share/vm/runtime/globals.hpp @ 76:d6fe2e4959d6

Merge
author rasbold
date Fri, 21 Mar 2008 08:32:17 -0700
parents cd0742ba123c 3d62cb85208d
children d05ebaf00ed0 c7c777385a15
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Mar 20 09:17:30 2008 -0500
+++ b/src/share/vm/runtime/globals.hpp	Fri Mar 21 08:32:17 2008 -0700
@@ -943,6 +943,12 @@
   product(bool, UseXmmRegToRegMoveAll, false,                               \
           "Copy all XMM register bits when moving value between registers") \
                                                                             \
+  product(bool, UseXmmI2D, false,                                           \
+          "Use SSE2 CVTDQ2PD instruction to convert Integer to Double")     \
+                                                                            \
+  product(bool, UseXmmI2F, false,                                           \
+          "Use SSE2 CVTDQ2PS instruction to convert Integer to Float")      \
+                                                                            \
   product(intx, FieldsAllocationStyle, 1,                                   \
           "0 - type based with oops first, 1 - with oops last")             \
                                                                             \