dsl 092f718fed There is some very odd code in s_exp2.c that only works if 'double'
values are rounded to 53 bit mantissa in teh x87 registers.
This hasn't been true since Nov 11 2013.
Forcing a store-load for 'double' in STRICT_ASSIGN() seems to fix things
  (at least enough for the few random test cases).
I suspect the code could be changed so that the number of mantissa bits
  didn't matter.
2014-03-14 22:21:31 +00:00
..
2014-02-26 13:50:29 +00:00
2014-03-09 21:37:37 +00:00
2014-03-04 06:38:08 +00:00
2014-02-27 18:09:38 +00:00
2014-03-12 07:32:46 +00:00
2014-03-12 18:17:06 +00:00
2014-02-14 07:27:37 +00:00
2014-03-09 17:09:20 +00:00