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