[PATCH 24/28] powerpc: hypot refactor and optimization

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


On Fri, 29 Mar 2019, Adhemerval Zanella wrote:

> +  if ((isinf(x) || isinf(y))
> +      && !issignaling (x) && !issignaling (y))
> +    return INFINITY;
> +  if (isnan(x) || isnan(y))
> +    return x + y;

Missign spaces before '('.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list