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

ARM CPU feature detection needs saner defaults #15725

Open
hrydgard opened this issue Jul 25, 2022 · 0 comments
Open

ARM CPU feature detection needs saner defaults #15725

hrydgard opened this issue Jul 25, 2022 · 0 comments
Labels
armjit Occurs with JIT on 32-bit ARM devices, but not another CPU backend. Platform-specific (Linux/POSIX)
Milestone

Comments

@hrydgard
Copy link
Owner

hrydgard commented Jul 25, 2022

If feature detection fails somehow, we should just assume NEON is available (we require it anyway). See the later comments on #12222 .

Also, feature detection is done in a silly way right now where we open the proc file once per feature. Though I don't think that'll be much of a noticeable slowdown.

@hrydgard hrydgard added the armjit Occurs with JIT on 32-bit ARM devices, but not another CPU backend. label Jul 25, 2022
@hrydgard hrydgard added this to the Future-Prio milestone Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
armjit Occurs with JIT on 32-bit ARM devices, but not another CPU backend. Platform-specific (Linux/POSIX)
Projects
None yet
Development

No branches or pull requests

1 participant