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: FLOATING POINT LIBRARY


sumanth <sumanth.gundapneni@redpinesignals.com> writes:

>      Size of double in architecture is 32bit wide which means float
> and double are same.
>      The problem here is how can I tell a softfloat library in libgcc
> to compile libraries for double of 32-bit wide.

You shouldn't have to.  gcc invokes its internal functions based only on
the size of the floating point value, not the type.  If you build the
SFmode libraries, they will be used for both float and double.

Ian


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