From dabff5390288d6b04fb9fd390f2824dbb46abdf6 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 26 May 2026 08:32:22 -0400 Subject: [PATCH] jay: pack jay_stride Signed-off-by: Alyssa Rosenzweig Part-of: --- src/intel/compiler/jay/jay_ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/compiler/jay/jay_ir.h b/src/intel/compiler/jay/jay_ir.h index f7a564f4444..18f3e411780 100644 --- a/src/intel/compiler/jay/jay_ir.h +++ b/src/intel/compiler/jay/jay_ir.h @@ -731,7 +731,7 @@ jay_src_type(const jay_inst *I, unsigned s) return I->type; } -enum jay_stride { +enum PACKED jay_stride { JAY_STRIDE_2 = 0, JAY_STRIDE_4, JAY_STRIDE_8,