1 Commits

Author SHA1 Message Date
Zoltan Majo
c0443563e8 8074869: C2 code generator can replace -0.0f with +0.0f on Linux
Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively.

Reviewed-by: kvn, simonis, dlong
2015-03-19 19:53:34 +01:00