You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my Linux box with Intel(R) Core(TM) i7-2760QM CPU, I am seeing
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA].
Please rebuild the executable with an appropriate setting of the -march option.
The Quarkus 3.2 Migration Guide suggests that adding -march=compatibility to the build flags may resolve this.
The text was updated successfully, but these errors were encountered:
On my Linux box with Intel(R) Core(TM) i7-2760QM CPU, I am seeing
The Quarkus 3.2 Migration Guide suggests that adding
-march=compatibility
to the build flags may resolve this.The text was updated successfully, but these errors were encountered: