[PATCH 01/28] powerpc: Use generic fabs{f} implementations

Joseph Myers joseph@codesourcery.com
Mon Apr 1 20:05:00 GMT 2019


On Fri, 29 Mar 2019, Adhemerval Zanella wrote:

> Since be2e25bbd78f9fdf the generic ieee754 implementation uses
> compiler builtin which generates fabs{f} for all supported targets.

One reason for the existing version might be a microoptimization for code 
size to make the float and double versions aliases, as permitted by the 
ABIs and instruction set in this case.  (This is not an objection to this 
patch.)

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list