Displaying 2 results from an estimated 2 matches for "meilir".
Did you mean:
mailir
2007 May 03
0
[patch] Mac Universal Binaries
...l freezes over :-).
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"To me C++ seems to be a language that has sacrificed orthogonality
and elegance for random expediency." -- Meilir Page-Jones
2007 May 03
2
[patch] Mac Universal Binaries
> One issue I found was the cpu behaviour when converting from
> float/double to int32 when the source float is outside the range
> of values that can be represented by the int32.
>
> For instance:
>
> float int32_ppc in32_x86
> 2147483649.0 2147483647 -2147483648
> 2147483648.0 2147483647 -2147483648
> 2147483647.0