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 6/6] Make shared ldbl files more shareable.


On Tue, 16 Aug 2016, Paul E. Murphy wrote:

> 	* math/s_fdiml.c: (__fdiml): Likewise.

Some functions here, such as fdim, seem like good candidates to convert to 
the type-generic infrastructure used for complex functions, rather than 
making special changes just to the long double versions.

> 	* math/k_rem_pio2l.c: (__kernel_rem_pio2l): Replace
> 	long double with ldouble_t.

Nothing ever needs this function.  Replace the file with just a comment 
and you can get rid of various architecture-specific variants that do just 
that.

-- 
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]