We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa1c679 + f0d67c6 commit a5ff6dfCopy full SHA for a5ff6df
src/arm/linux/aarch64-isa.c
@@ -167,7 +167,7 @@ void cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo(
167
168
int ret = prctl(PR_SVE_GET_VL);
169
if (ret < 0) {
170
- cpuinfo_log_error("prctl(PR_SVE_GET_VL) failed");
+ cpuinfo_log_warning("No SVE support on this machine");
171
isa->svelen = 0; // Assume no SVE support if the call fails
172
} else {
173
// Mask out the SVE vector length bits
0 commit comments