This is the mail archive of the gcc-help@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] | |
Heiher <admin@heiher.info> writes: > How to use even-numbered floating-point registers only in march=mips64 > and mabi=o32 ? As far as I know there is no gcc option for that. Why do you want to do that? Does -msingle-float do what you want? I think it would be fairly easy to modify the source code to use only the even-numbered FP registers. Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |