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 4/5] Make common fmin implementation generic.



On 08/31/2016 11:55 AM, Joseph Myers wrote:
> On Tue, 30 Aug 2016, Paul E. Murphy wrote:
> 
>> 	 * math/Makefile (gen-libm-calls): Add s_fmin
>> 	 (libm-calls): Remove above.
>>
>> 	 * math/s_fmin.c: Refactor into ...
>> 	 * math/s_fmin_template.c: New file.
>>
>> 	 * math/s_fminf.c: Removed.
>> 	 * math/s_fminl.c: Removed.
>> 	 * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
>> 	 (LDOUBLE_fmin_libm_version): New macro.
>>
>> 	 * sysdeps/ieee754/ldbl-opt/s_fmin.c: Removed.
>> 	 * sysdeps/ieee754/ldbl-opt/s_fminl.c: Removed.
> 
> OK.
> 

Committed as f306ea1.


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