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)