Lack of fabsf on Solaris (patch included)

Cedric Berger cedric@wireless-networks.com
Thu Jan 25 06:12:00 GMT 2001


That was really:
> 
>    jfloat java::lang::Math::abs(jfloat x)
>    {
>         return *((uint32_t *)&x) & 0x7FFFFFFF;
>    }
> 

Cedric


More information about the Java mailing list