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]

Re: RFC: PowerPC floating point features


	I would prefer feature-based.

	TARGET_HARD_FLOAT represents the presence of FPUs.

	TARGET_FPRS represents the presence of FP register set because
one variant used GPRs for FP operations.

	E500 then added another variant with double-precision FP in the
GPRs. 

	PowerPC is an architecture and the mess of FP variants clearly is
not a architecture allowing compatibility.

David


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