mSparks43 / XPlane-11-AutoATC-plugin

C/C++ Source code for Xplane AutoATC plugin
GNU Lesser General Public License v3.0
16 stars 7 forks source link

windows JVM AVX support #63

Closed mSparks43 closed 4 years ago

mSparks43 commented 4 years ago

processors that do not have AVX support require "-XX:UseAVX=0"

adding to the jvm options. See https://bugs.openjdk.java.net/browse/JDK-8238246

new windows jre build required for permanent fix.