Skip to content

Commit 03ede62

Browse files
dburke4-inteligcbot
authored andcommitted
Fix EnableLscSamplerRouting Reg Key Description
fix reg key description
1 parent 596a1c5 commit 03ede62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IGC/common/igc_flags.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,8 @@ DECLARE_IGC_REGKEY(bool, DisableCorrectlyRoundedMacros, false,
12101210
DECLARE_IGC_REGKEY_ENUM(EnableLscSamplerRouting, -1,
12111211
"Enables conversion of LD to LD_L instructions. Xe2+"
12121212
"-1 - Platform default"
1213-
" 0 - Force disable conversion to LD_L. Allow loads via LSC"
1214-
" 1 - Force enable conversion to LD_L. Disallow loads via LSC",
1213+
" 0 - Force enable conversion to LD_L. Disallow loads via LSC"
1214+
" 1 - Force disable conversion to LD_L. Allow loads via LSC",
12151215
TRIBOOL_OPTIONS, false)
12161216
DECLARE_IGC_REGKEY(bool, EnableSIMD16ForXe2, false, "Enable CS SIMD16 for Xe2", false)
12171217
DECLARE_IGC_REGKEY(bool, EnableSIMD16ForNonWaveXe2, true, "Enable CS SIMD16 for Xe2 if the shader doesn't have wave",

0 commit comments

Comments
 (0)