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 02/10] Improve performance of sincosf


On Fri, 10 Aug 2018, Wilco Dijkstra wrote:

> 2018-08-10  Wilco Dijkstra  <wdijkstr@arm.com>
> 	    Szabolcs Nagy  <szabolcs.nagy@arm.com>
> 
> 	* math/Makefile: Add s_sincosf_data.c.
> 	* sysdeps/ia64/fpu/s_sincosf_data.c: New file.
> 	* sysdeps/ieee754/flt-32/s_sincosf.h (abstop12): Add new function.
> 	(sincosf_poly): Likewise.
> 	(reduce_small): Likewise.
> 	(reduce_large): Likewise.
> 	* sysdeps/ieee754/flt-32/s_sincosf.c (sincosf): Rewrite.
> 	* sysdeps/ieee754/flt-32/s_sincosf_data.c: New file with sincosf data.
> 	* sysdeps/m68k/m680x0/fpu/s_sincosf_data.c: New file.
> 	* sysdeps/x86_64/fpu/s_sincosf_data.c: New file.

This version is OK.

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