fix build without simd
This commit is contained in:
parent
606cd59108
commit
c7ecb61553
|
|
@ -32,7 +32,7 @@ int SIMDselect(const char* ver)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#define SIMDselect 0
|
#define SIMDselect(ver) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue