ARM CPU feature detection needs saner defaults #15725
Labels
armjit
Occurs with JIT on 32-bit ARM devices, but not another CPU backend.
Platform-specific (Linux/POSIX)
Milestone
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.
The text was updated successfully, but these errors were encountered: