From e55af8793f2d8e8a2798f11f4ebb9e8bd430274c Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Thu, 16 Apr 2026 11:08:19 -0700 Subject: [PATCH] jay: Add missing ROR case Part-of: --- src/intel/compiler/jay/jay_to_binary.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/compiler/jay/jay_to_binary.c b/src/intel/compiler/jay/jay_to_binary.c index 6b8f6e3a2cc..0e7d7757508 100644 --- a/src/intel/compiler/jay/jay_to_binary.c +++ b/src/intel/compiler/jay/jay_to_binary.c @@ -319,6 +319,7 @@ emit(struct brw_codegen *p, OP1(FBH, FBH) OP1(LZD, LZD) OP2(ROL, ROL) + OP2(ROR, ROR) OP2(AVG, AVG) OP2(ADD, ADD) OP2(MUL, MUL)