David Schultz 21f9dd806f - Define LDBL_NBIT to be a mask indicating the position of the integer
bit in a long double.  For architectures that don't have such a bit,
  LDBL_NBIT is 0.  This makes it possible to say `mantissa & ~LDBL_NBIT'
  in places that previously used an #ifdef to select the right expression.
  The optimizer should dispense with the extra arithmetic when LDBL_NBIT
  is 0 anyway.
- Add an XXX comment for the big endian case.
2005-03-07 04:55:40 +00:00
..
2005-02-13 22:25:33 +00:00
2005-03-01 23:42:00 +00:00
2005-02-06 03:23:31 +00:00
2005-02-14 17:51:45 +00:00
2005-01-23 15:28:02 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2004-12-08 18:41:42 +00:00
2005-02-13 23:45:54 +00:00
2005-01-20 09:17:07 +00:00