[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] float
On Wed, 23 Feb 2000 bionic@vassalboro.bu.edu wrote:
> So everything looks like it works. I can perform floating point
> operations, and pass floating point values through the shared memory. I
> cannot however, typecast the float to something else.
>
> the simple line>>
> foo_int = (int) foo_float;
Try looking at the asm aoutput of gcc with the -S option
The cast probably involves calling a function not useable in RTL
Uli
- References:
- float
- From: bionic@vassalboro.bu.edu