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