Re: CVS commit: src/lib/libc/gen (vax mentions moved to CAVEATs)

2017-09-27 Thread Kamil Rytarowski
On 27.09.2017 11:23, m...@netbsd.org wrote:
> On Wed, Sep 27, 2017 at 09:04:30AM +, Maya Rashish wrote:
>> Module Name: src
>> Committed By:maya
>> Date:Wed Sep 27 09:04:30 UTC 2017
>>
>> Modified Files:
>>  src/lib/libc/gen: isinf.3
>>
>> Log Message:
>> Move VAX notes to CAVEATS, clarify that it just returns zero
>>
>> The VAX isinf implementation is in sys/arch/vax/include/math.h.
> 
> If there is no objection to this I'll do isnan too
> (and whatever else I can find)
> 

On VAX infinites, NaN and signbit(3) are special.



signature.asc
Description: OpenPGP digital signature


Re: CVS commit: src/lib/libc/gen (vax mentions moved to CAVEATs)

2017-09-27 Thread maya
On Wed, Sep 27, 2017 at 09:04:30AM +, Maya Rashish wrote:
> Module Name:  src
> Committed By: maya
> Date: Wed Sep 27 09:04:30 UTC 2017
> 
> Modified Files:
>   src/lib/libc/gen: isinf.3
> 
> Log Message:
> Move VAX notes to CAVEATS, clarify that it just returns zero
> 
> The VAX isinf implementation is in sys/arch/vax/include/math.h.

If there is no objection to this I'll do isnan too
(and whatever else I can find)