comparison src/share/vm/runtime/globals.hpp @ 4759:127b3692c168

7116452: Add support for AVX instructions Summary: Added support for AVX extension to the x86 instruction set. Reviewed-by: never
author kvn
date Wed, 14 Dec 2011 14:54:38 -0800
parents 81f7362f7bed
children 8940fd98d540
comparison
equal deleted inserted replaced
4758:d725f0affb1a 4759:127b3692c168
523 "True for register window machines (sparc/ia64)") \ 523 "True for register window machines (sparc/ia64)") \
524 \ 524 \
525 product(intx, UseSSE, 99, \ 525 product(intx, UseSSE, 99, \
526 "Highest supported SSE instructions set on x86/x64") \ 526 "Highest supported SSE instructions set on x86/x64") \
527 \ 527 \
528 product(intx, UseAVX, 99, \
529 "Highest supported AVX instructions set on x86/x64") \
530 \
528 product(intx, UseVIS, 99, \ 531 product(intx, UseVIS, 99, \
529 "Highest supported VIS instructions set on Sparc") \ 532 "Highest supported VIS instructions set on Sparc") \
530 \ 533 \
531 product(uintx, LargePageSizeInBytes, 0, \ 534 product(uintx, LargePageSizeInBytes, 0, \
532 "Large page size (0 to let VM choose the page size") \ 535 "Large page size (0 to let VM choose the page size") \