diff options
Diffstat (limited to 'simd/jsimd_mips.c')
-rw-r--r-- | simd/jsimd_mips.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/simd/jsimd_mips.c b/simd/jsimd_mips.c index 63b8115..02e90cd 100644 --- a/simd/jsimd_mips.c +++ b/simd/jsimd_mips.c @@ -63,6 +63,8 @@ parse_proc_cpuinfo(const char* search_string) LOCAL(void) init_simd (void) { + char *env = NULL; + if (simd_support != ~0U) return; |