eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.23k stars 711 forks source link

Support AutoSIMD on ARM32 #6454

Open 0xdaryl opened 4 years ago

0xdaryl commented 4 years ago

The ARM32 JIT needs to enable the CodeGenerator feature SupportsAutoSIMD. This issue will track the work to ensure what the requirements are and to complete any work on ARM32.

0xdaryl commented 4 years ago

@knn-k fyi