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]

Re: [PATCH, 1 of 5], Add suport for PowerPC IEEE 128-bit floating point


This patch is the machine independent patch for libgcc to add IEEE 128-bit
floating point to the PowerPC.

This patch allows the PowerPC port to override the TFtype in quad.h to allow it
to use __float128 instead of attribute ((TF)).  On most of the PowerPC systems,
TFmode by default is the IBM extended double format.

2014-07-15  Michael Meissner  <meissner@linux.vnet.ibm.com>

	* soft-fp/quad.h (TFtype): Allow TFmode to be overridden by the
	machine dependent files.

-- 
Michael Meissner, IBM
IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA
email: meissner@linux.vnet.ibm.com, phone: +1 (978) 899-4797

Attachment: gcc-power8.patch115c
Description: Text document


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