We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc039a5 commit 864e9f1Copy full SHA for 864e9f1
src/hotspot/cpu/aarch64/vm_version_aarch64.cpp
@@ -162,6 +162,9 @@ void VM_Version::initialize() {
162
(_model == CPU_MODEL_AMPERE_1A || _model == CPU_MODEL_AMPERE_1B)) {
163
FLAG_SET_DEFAULT(CodeEntryAlignment, 32);
164
}
165
+ if (FLAG_IS_DEFAULT(UseSignumIntrinsic)) {
166
+ FLAG_SET_DEFAULT(UseSignumIntrinsic, true);
167
+ }
168
169
170
// ThunderX
0 commit comments