Re: [Mesa-dev] [PATCH 1/2] panfrost/midgard: Promote smul to vmul

2019-03-01 Thread Tomeu Vizoso
Cannot really review this myself, but: Tested-by: Tomeu Vizoso Thanks! On Wed, 27 Feb 2019 at 06:49, Alyssa Rosenzweig wrote: > > smul comes first in the pipeline, before vmul. Until we have a full > instruction scheduler, it's better to have vmul prioritized to maximize > bundle size. > > Sig

[Mesa-dev] [PATCH 1/2] panfrost/midgard: Promote smul to vmul

2019-02-26 Thread Alyssa Rosenzweig
smul comes first in the pipeline, before vmul. Until we have a full instruction scheduler, it's better to have vmul prioritized to maximize bundle size. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/midgard/midgard_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(