mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8296426: x86: Narrow UseAVX and UseSSE flags
Reviewed-by: vlivanov, kvn
This commit is contained in:
parent
8146e1af82
commit
d9b25e860b
4 changed files with 14 additions and 14 deletions
|
@ -232,7 +232,7 @@ JVMCIObjectArray CompilerToVM::initialize_intrinsics(JVMCI_TRAPS) {
|
|||
do_uintx_flag(TLABWasteIncrement) \
|
||||
do_intx_flag(TypeProfileWidth) \
|
||||
do_bool_flag(UseAESIntrinsics) \
|
||||
X86_ONLY(do_intx_flag(UseAVX)) \
|
||||
X86_ONLY(do_int_flag(UseAVX)) \
|
||||
do_bool_flag(UseCRC32Intrinsics) \
|
||||
do_bool_flag(UseAdler32Intrinsics) \
|
||||
do_bool_flag(UseCompressedClassPointers) \
|
||||
|
@ -252,7 +252,7 @@ JVMCIObjectArray CompilerToVM::initialize_intrinsics(JVMCI_TRAPS) {
|
|||
do_bool_flag(UseSHA1Intrinsics) \
|
||||
do_bool_flag(UseSHA256Intrinsics) \
|
||||
do_bool_flag(UseSHA512Intrinsics) \
|
||||
X86_ONLY(do_intx_flag(UseSSE)) \
|
||||
X86_ONLY(do_int_flag(UseSSE)) \
|
||||
COMPILER2_PRESENT(do_bool_flag(UseSquareToLenIntrinsic)) \
|
||||
do_bool_flag(UseTLAB) \
|
||||
do_bool_flag(VerifyOops) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue