13
0

MSVC uses a slightly smaller value for HUGE

This commit is contained in:
John Emmas 2017-09-11 19:25:13 +01:00
parent 339c64180e
commit 14fcf86f03

View File

@ -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 */