comments on latest draft William D Clinger (04 Jun 2017 05:35 UTC)
Re: comments on latest draft William D Clinger (05 Jun 2017 18:39 UTC)
Re: comments on latest draft William D Clinger (07 Jun 2017 03:50 UTC)
Re: comments on latest draft Bradley Lucier (07 Jun 2017 19:55 UTC)
Re: comments on latest draft William D Clinger (07 Jun 2017 23:25 UTC)
Re: comments on latest draft Bradley Lucier (08 Jun 2017 01:09 UTC)
Re: comments on latest draft William D Clinger (09 Jun 2017 15:19 UTC)
Re: comments on latest draft Bradley Lucier (09 Jun 2017 17:11 UTC)
Re: comments on latest draft Bradley Lucier (09 Jun 2017 17:18 UTC)

Re: comments on latest draft Bradley Lucier 08 Jun 2017 01:09 UTC

> On Jun 7, 2017, at 7:25 PM, William D Clinger <xxxxxx@ccs.neu.edu> wrote:
>
>  I have made that change in the portable implementation,
> which is now complete except for these procedures:

Will:

I think your implementation of fl+* may not do what you want (what does (exact x) return when x is an infinity or NaN?).

This page

http://en.cppreference.com/w/c/numeric/math/fma

covers the various situations where the arguments are infinities or NaNs.

It’s not pretty …

Brad