This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH v2 07/15] RISC-V: RV32F Support


On Sat, 23 Dec 2017, Palmer Dabbelt wrote:

> * fpclassify
> * isnan
> * isfinate
> * isinf
> * isnormal
> * signbit
> 
> and there's no macros for
> 
> * fabs
> * copysign

Yes.  The type-generic macros that should be used are the classification 
ones, where the return type is independent of the argument type.

-- 
Joseph S. Myers
joseph@codesourcery.com


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