On Tue, Mar 30, 2010 at 2:54 PM, Paulo J. Matos <pocma...@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