This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Software FP Support


On Tue, Mar 30, 2010 at 2:54 PM, Paulo J. Matos <pocmatos@gmail.com> wrote:
>
> On a surprising note, I decided to try and compile it with
> FLOAT_TYPE_SIZE with 64 bits, therefore a float should not be SFmode
> and the floatunsihf shouldn't be generated anymore. I was wrong, it is
> still generated.
>

This is false, I forgot to regenerate the assembler for the file I was
testing on. In this case, it does change the call to a floatunsisf, as
expected. However, this is not practical for my purposes. It still
makes more sense to me to have float as 32bits.


-- 
PMatos


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]