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: Bytes order and words order


Gabriel Dos Reis wrote:

> | Don't assume that the word-order of a floating-point number will be the
> | same as the word-order of an integral type.  It isn't the case on the FPA
> | co-processor for the ARM for instance.
> 
> OK, thanks.  I was actually thinking of the word-order of
> floating-point numbers not that of integral types.  I think I should
> name it  __TARGET_FLOAT_WORDS_ORDER__ ?
Why TARGET? Surely __FLOAT_WORD_ORDER__ is sufficient. I'm a bit confused
about what exactly you mean by word order for a floating point type.
But you and Richard seem to know what you're talking about.

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
           The voices in my head told me to say this
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk


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