Re: [PATCH] raid6/ppc: Fix build for clang

2018-10-31 Thread Michael Ellerman
Nick Desaulniers writes: > On Tue, Oct 30, 2018 at 8:28 PM Joel Stanley wrote: >> >> We cannot build these files with clang as it does not allow altivec >> instructions in assembly when -msoft-float is passed. >> >> Jinsong Ji wrote: >> > We currently disable Altivec/VSX support when enabling

[PATCH] raid6/ppc: Fix build for clang

2018-10-30 Thread Joel Stanley
We cannot build these files with clang as it does not allow altivec instructions in assembly when -msoft-float is passed. Jinsong Ji wrote: > We currently disable Altivec/VSX support when enabling soft-float. So > any usage of vector builtins will break. > > Enable Altivec/VSX with soft-float