Skip to content

Commit 1f8b0e9

Browse files
committed
Improve description of 8358013: [PPC64] VSXSuperwordUseVSX.
1 parent 0e1e116 commit 1f8b0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/ppc/globals_ppc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ define_pd_global(intx, InitArrayShortSize, 9*BytesPerLong);
116116
\
117117
/* special instructions */ \
118118
product(bool, SuperwordUseVSX, false, \
119-
"Use Power8 VSX instructions for superword optimization.") \
119+
"Use VSX instructions for superword optimization.") \
120120
\
121121
product(bool, UseByteReverseInstructions, false, DIAGNOSTIC, \
122122
"Use byte reverse instructions.") \

0 commit comments

Comments
 (0)