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]

Re: treat all floats to doubles


Qianqian Fang <fangqq@gmail.com> writes:

> no, it's an Intel Core2Duo. is there anything can do this
> beside "typedef double MyFloat" and replace all "float" in
> my source codes?

That's about it.  There is no generic option for this.

(As it happens there is a -fshort-double option, but there is no
corresponding -flong-float option.)

Ian


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