This is the mail archive of the gcc@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]

Enable 128bit soft-fp for ia32 and ia64?


Gcc 3.4 and above support __float128 for both ia32 and ia64. But there
are no supporting 128bit soft-fp. I'd like to enable soft-fp in glibc
for ia32 and ia64 so that __float128 can be used in gcc 3.4 under
ia32 and ia64. The first issue is "long double" used in soft-fp. I'd
like to change it to foat128_type, quad_float or quad_double, which
will be typedefed to "long double" by default.


H.J.


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