Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux/amd64 doesn't work on all CPU's #283

Closed
mthmulders opened this issue Nov 17, 2023 · 1 comment · Fixed by #284
Closed

Linux/amd64 doesn't work on all CPU's #283

mthmulders opened this issue Nov 17, 2023 · 1 comment · Fixed by #284

Comments

@mthmulders
Copy link
Owner

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.

@mthmulders
Copy link
Owner Author

The build of #284 indeed runs on this same machine.

mthmulders added a commit that referenced this issue Nov 24, 2023
* Specify best compatibility for native image
* Change order of arguments

Closes #283.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant