From cdb7c4e42d07877d2f83322dc122835400d01417 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sat, 29 Jan 2022 11:20:49 -0500 Subject: [PATCH] pan/va: Vectorize 8->16-bit conversions Matches Bifrost, too. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/valhall/ISA.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index e97482c..df21093 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -1214,13 +1214,13 @@ - - + + - - + + Value to convert -- 2.7.4