Re: [PATCH] rs6000: add effective-target test ppc_mma_hw

2020-07-11 Thread Segher Boessenkool
Hi Aaron, On Fri, Jul 10, 2020 at 05:58:59PM -0500, Aaron Sawdey via Gcc-patches wrote: > Add a test for dejagnu to determine if execution of MMA instructions is > supported in the test environment. Add an execution test to make sure > that __builtin_cpu_supports("mma") is true if we can execute

[PATCH] rs6000: add effective-target test ppc_mma_hw

2020-07-10 Thread Aaron Sawdey via Gcc-patches
Add a test for dejagnu to determine if execution of MMA instructions is supported in the test environment. Add an execution test to make sure that __builtin_cpu_supports("mma") is true if we can execute MMA instructions. OK for trunk and backport to 10? Thanks! Aaron gcc/testsuite/