From 5a759140b03e2eff2384484d1d8905a176b939dc Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 4 Mar 2022 19:59:38 -0500 Subject: [PATCH] pan/va: Fix typo in BLEND text Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/valhall/ISA.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index 4eb864b4d3b..eee5d9edae5 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -1194,7 +1194,7 @@ can never introduce divergence, so `.reconverge` is not required. In the blend shader path, `BLEND` ignores the specified flow control and - does not branch to the specified offset. Instead, execution considers + does not branch to the specified offset. Instead, execution continues normally with the next instruction. The compiler should insert code for calling a blend shader after the `BLEND` instruction unless it is known that a blend shader will never be required.