Re: [PATCH 5/5] powerpc/fpu: use generic fma functions

2020-06-01 Thread Adhemerval Zanella
On 29/05/2020 23:00, Vineet Gupta wrote: LGTM, thanks. This new addition, along with the aarch64 one, makes me wonder if it would be better to decompose the USE_* defined in multiple files so the architecture adds only the required ones (instead of copy/paste the whole file with the generic on

[PATCH 5/5] powerpc/fpu: use generic fma functions

2020-05-29 Thread Vineet Gupta
--- sysdeps/powerpc/fpu/math-use-builtins.h | 70 + sysdeps/powerpc/fpu/s_fma.c | 27 -- sysdeps/powerpc/fpu/s_fmaf.c| 27 -- 3 files changed, 70 insertions(+), 54 deletions(-) create mode 100644 sysdeps/powerpc/fpu/math-use-builtins