[PATCH 02/10] i386: Replace assembly versions of e_expf with generic e_expf.c

Joseph Myers joseph@codesourcery.com
Thu Oct 19 17:44:00 GMT 2017


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



More information about the Libc-alpha mailing list