Re: [PATCH] rs6000: Add execution tests for mma builtins [v4]

2020-07-10 Thread Segher Boessenkool
Hi! On Fri, Jul 10, 2020 at 03:49:02PM -0500, Aaron Sawdey via Gcc-patches wrote: > This patch adds execution tests that use the MMA builtins and > check for the right answer, and new tests that checks whether > __builtin_cpu_supports and __builtin_cpu_is return sane > answers for power10. > 2020

Re: [PATCH] rs6000: Add execution tests for mma builtins.

2020-07-07 Thread Segher Boessenkool
On Tue, Jul 07, 2020 at 12:45:08PM -0500, Aaron Sawdey via Gcc-patches wrote: > Updated slightly, removed -Wno-psabi as requested and also fixed the > fact that it wasn't actually checking __builtin_cpu_is or > __builtin_cpu_supports. OK for trunk and backport to 10? But you don't need that, and n

Re: [PATCH] rs6000: Add execution tests for mma builtins.

2020-07-06 Thread Segher Boessenkool
Hi! On Tue, Jun 30, 2020 at 05:32:24PM -0500, Aaron Sawdey via Gcc-patches wrote: > This patch adds execution tests that use the MMA builtins, > checks for the right answer, and checks that __builtin_cpu_supports > and __builtin_cpu_is return sane answers given that the code > executed correctly.