mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
fix GCC check for div64_32
function
This commit is contained in:
parent
d98a8476eb
commit
411267ebaa
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#define div64_32(a, b) _div64((a), (b), NULL)
|
#define div64_32(a, b) _div64((a), (b), NULL)
|
||||||
|
|
||||||
#elif defined(__GNUC__) && defined(_M_X64)
|
#elif defined(__GNUC__) && defined(__x86_64__)
|
||||||
|
|
||||||
inline static int32_t div64_32(int64_t a, int32_t b)
|
inline static int32_t div64_32(int64_t a, int32_t b)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user