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

Fix classification script to work around qualcomm disabling SVE on their chips #4124

Open
Sonicadvance1 opened this issue Oct 20, 2024 · 2 comments

Comments

@Sonicadvance1
Copy link
Member

Causes things compiled through AUR or native with default classification to SIGILL at the start. Need to check for enabled features through cpuinfo or cpuid flags and work around that.

@pmatos
Copy link
Collaborator

pmatos commented Jan 27, 2025

Which classification script are you referring to here?

@Sonicadvance1
Copy link
Member Author

https://github.com/FEX-Emu/FEX/blob/main/Scripts/aarch64_fit_native.py This is the script
https://github.com/FEX-Emu/FEX/blob/main/CMakeLists.txt#L357-L394 Where it gets utilized.

Should be able to do something like -mcpu=cortex-x4,-sve to remove the sve feature or something.

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

No branches or pull requests

2 participants