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/4] Do not wrap expf and exp2f


On Wed, 13 Sep 2017, Szabolcs Nagy wrote:

> 	* sysdeps/x86_64/fpu/w_expf.c: New file.

I don't think having w_expf.c alongside w_expf.S in the same directory 
makes sense.  (An IFUNC w_expf.c in the multiarch subdirectory, used to 
build both fma and non-fma versions and replacing the existing 
e_expf-fma.S, may well make sense if benchmarks show improvements on the 
fma and non-fma .S files.)

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