mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-11 16:33:42 +00:00
fix typo
This commit is contained in:
parent
7b493ec7bc
commit
f4e6cdbed3
@ -524,7 +524,7 @@ void AOTCodeCache::Config::record(uint cpu_features_offset) {
|
||||
_aarch64_flags |= aarch64_useSIMDForMemoryOps;
|
||||
}
|
||||
if (UseBlockZeroing) {
|
||||
_aarch64_flags |= aarch64_useBlockZeroingavoid;
|
||||
_aarch64_flags |= aarch64_useBlockZeroing;
|
||||
}
|
||||
if (UseSVE) {
|
||||
_aarch64_flags |= aarch64_useSVE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user