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]

Re: Patch for md.texi: Fix i386 constraints


 >2001-04-22  Andreas Jaeger  <aj@suse.de>
 >
 >* md.texi (Machine Constraints): Document additional i386
 >	constraints and fix description of "A".
 >
 >...
 >
 >+@samp{a} and @samp{d} register used together to store 64-bit ints.  The
 >+@samp{a} register will store the most significand 32-bits, the @samp{d}
 >+register the least significand 32-bits.

Andreas,

  A minor english nit: It should be "significant" bits.

"Significand" is a noun which refers to the mantissa in a binary floating 
point representation.

Kelley Cook


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