mirror of
https://github.com/love2d/megasource.git
synced 2026-08-21 13:10:24 +02:00
update SDL3 to libsdl-org/SDL@186c6e5
This commit is contained in:
@@ -102,7 +102,7 @@ union {
|
||||
Uint64 u64;
|
||||
double d;
|
||||
} inf_union = {
|
||||
0x7ff0000000000000 /* Binary representation of a 64-bit infinite double (sign=0, exponent=2047, mantissa=0) */
|
||||
SDL_UINT64_C(0x7ff0000000000000) /* Binary representation of a 64-bit infinite double (sign=0, exponent=2047, mantissa=0) */
|
||||
};
|
||||
|
||||
double __ieee754_exp(double x) /* default IEEE double exp */
|
||||
|
||||
Reference in New Issue
Block a user