Confirm whether Neoverse N3 and V3 cores benefit from the same optimizations as Neoverse N2 and V2 do respectively.
For Neoverse N1, N2, V1, and V2, the following JVM flags are set:
- UseSIMDForMemoryOps=true
- OnSpinWaitInst=isb
- OnSpinWaitInstCount=1
- AlwaysMergeDMB=false
Additionally, for Neoverse V1 and V2 only, these flags are set:
- UseCryptoPmullForCRC32=true
- CodeEntryAlignment=32
If confirmed, set the same flags for Neoverse N3 and V3, respectively.
For Neoverse N1, N2, V1, and V2, the following JVM flags are set:
- UseSIMDForMemoryOps=true
- OnSpinWaitInst=isb
- OnSpinWaitInstCount=1
- AlwaysMergeDMB=false
Additionally, for Neoverse V1 and V2 only, these flags are set:
- UseCryptoPmullForCRC32=true
- CodeEntryAlignment=32
If confirmed, set the same flags for Neoverse N3 and V3, respectively.