fix build without simd

This commit is contained in:
Florian Ballenegger 2020-08-08 00:28:13 +02:00
parent 606cd59108
commit c7ecb61553
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ int SIMDselect(const char* ver)
return 0; return 0;
} }
#else #else
#define SIMDselect 0 #define SIMDselect(ver) 0
#endif #endif
/*-------------------------------------------------------------- /*--------------------------------------------------------------