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 1/3] Optimized sincosf


I don't think it makes sense to have an optimized sincosf that's not 
integrated with the implementations of sinf and cosf.  That is, I'd expect 
sincosf to use the same polynomials, and the same range reduction code, as 
sinf and cosf (probably meaning first adding sinf and cosf benchmarks, 
then adding optimized versions of those functions, then integrating them 
into sincosf - building all three functions from a single source file is 
entirely reasonable if that's convenient).

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