[PATCH 02/28] powerpc: fma using builtins

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


On Fri, 29 Mar 2019, Adhemerval Zanella wrote:

> +double __fma (double x, double y, double z)

This is not a correctly formatted function definition (return type should 
be on its own line).

> +float __fmaf (float x, float y, float z)

Likewise.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list