Use literal for compatibility

This commit is contained in:
Robin Gareus 2017-08-23 12:43:48 +02:00
parent 587a2dee55
commit 2961db3b6f

View File

@ -1909,7 +1909,7 @@ static const float _demolition[] = {
-4.3f, /* arbitrary negative number > 0dBFS */
4294967395.0f, /* 2^16 + 100 */
-4294967395.0f,
HUGE, /* Big, non-inf number */
3.40282347e+38F,/* HUGE, HUGEVALF, non-inf number */
INFINITY, /* +inf */
-INFINITY, /* -inf */
-NAN, /* -nan */