This is the mail archive of the gcc-patches@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] |
...The patch also disables one remaining insn that inherently expands SFmode operand to DFmode in IEEE mode.
(*fbcc_ext_normal): Ditto.
This insn doesn't actually expand to DFmode. It only examines the register for zeroness and signness. It doesn't actually need SFmode denormals to be expanded.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |