That wasnt supposed to be there.
This commit is contained in:
@@ -141,9 +141,6 @@ static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; }
|
||||
|
||||
// MinGW provides us with this function already
|
||||
#if !defined(__MINGW32__)
|
||||
#if defined(__GNUC__)
|
||||
#error "MSVC asm syntax ahead"
|
||||
#endif
|
||||
inline long int lrintf( float f )
|
||||
{
|
||||
int retval;
|
||||
|
||||
Reference in New Issue
Block a user