On Thu, Aug 20, 2020 at 07:31:50PM +0000, GT wrote: > I'm still trying to understand why we need attribute((target("vsx"))).
You need Power8, even! "vsx" alone is not enough (that only guarantees Power7). Your minimum version ("b") requires Power8. Segher