Skip to content

Commit

Permalink
Temp change to disable align loop
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Nov 17, 2021
1 parent 5331f21 commit b1de5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/jitconfigvalues.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ CONFIG_INTEGER(EnableIncompleteISAClass, W("EnableIncompleteISAClass"), 0) // En
#endif // defined(DEBUG)

#if FEATURE_LOOP_ALIGN
CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 1) // If set, align inner loops
CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 0) // If set, align inner loops
#else
CONFIG_INTEGER(JitAlignLoops, W("JitAlignLoops"), 0)
#endif
Expand Down

0 comments on commit b1de5c4

Please sign in to comment.