MSVC uses a slightly smaller value for HUGE
This commit is contained in:
parent
339c64180e
commit
14fcf86f03
@ -1909,7 +1909,7 @@ static const float _demolition[] = {
|
||||
-4.3f, /* arbitrary negative number > 0dBFS */
|
||||
4294967395.0f, /* 2^16 + 100 */
|
||||
-4294967395.0f,
|
||||
3.40282347e+38F,/* HUGE, HUGEVALF, non-inf number */
|
||||
3.402823466e+38F, /* HUGE, HUGEVALF, non-inf number */
|
||||
INFINITY, /* +inf */
|
||||
-INFINITY, /* -inf */
|
||||
-NAN, /* -nan */
|
||||
|
Loading…
Reference in New Issue
Block a user