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: [PATCHv2 02/11] Unify drift between _Complex function type variants



On 07/01/2016 03:13 PM, Paul E. Murphy wrote:
> While trying to convert the _Complex function wrappers
> into a single generic implementation, a few minor
> variations between identical versions emerged.
> 
> 	* s_ccoshf.c (__ccoshf): Remove FE_INVALID
> 	check, and remove __glibc_likely hint
> 	from FP_INFINITE check.
> 	* s_csinhf.c (__csinhf): Likewise.
> 
> 	* s_ccoshl.c (__ccoshl): Remove __glibc_likely
> 	hint from FP_INFINITE check.
> 	* s_csinhl.c (__csinhl): Likewise.
> ---

Committed as f2de695.


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