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: Avoid explicit use of machine modes (8/n) Hook-ize INIT_TARGET_OPTABS


>>>>> Zack Weinberg writes:

Zack> Thanks.  I'm already working on a successor patch to this one; I'll
Zack> make changes along these lines at the same time.  (The _xlq* names
Zack> known to GCC don't cover as much ground as the _q_* names.  Are there
Zack> more?)

	PowerPC does not have any native IEEE quad precision instructions,
so all operations must be handled by library functions.  The AIX 128-bit
extended format uses a pair of double precision floating point registers
(sometimes called double-double or high-low) allowing most operations to
be performed natively.

David


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