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] i386: Replace assembly versions of e_expf with generic e_expf.c


I think there should also be --disable-multi-arch benchmark results here.  
Likewise for other i386 functions in this series (as otherwise all of the 
x86 benchmarks you give are testing the multiarch/*-sse2.c case only, 
nothing is testing the generic fallback of the C version built to use x87 
arithmetic - which I expect is still very likely to be faster than the old 
.S implementation, and you might justify removing the .S versions even if 
the .c versions built for x87 aren't faster, but benchmark results for 
that case should still be given).

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