We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2347cdd + 0a3e061 commit 10cf63eCopy full SHA for 10cf63e
1 file changed
cpuid_loongarch64.c
@@ -395,8 +395,8 @@ void get_cpuconfig(void) {
395
}
396
397
398
- if(os_support_lsx) printf("#define HAVE_LSX\n");
399
- if(os_support_lasx) printf("#define HAVE_LASX\n");
+ if(os_support_lsx()) printf("#define HAVE_LSX\n");
+ if(os_support_lasx()) printf("#define HAVE_LASX\n");
400
401
get_cpucount(&num_cores);
402
if (num_cores)
0 commit comments