Skip to content

Commit 13adcab

Browse files
committed
Formatting
1 parent c8a38e0 commit 13adcab

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

src/coreclr/jit/compiler.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9022,10 +9022,10 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
90229022
bool DoJitStressEvexEncoding() const
90239023
{
90249024
#if defined(TARGET_XARCH) && defined(DEBUG)
9025-
// Using JitStressEVEXEncoding flag will force instructions which would
9026-
// otherwise use VEX encoding but can be EVEX encoded to use EVEX encoding
9027-
// This requires AVX512VL support. JitForceEVEXEncoding forces this encoding, thus
9028-
// causing failure if not running on compatible hardware.
9025+
// Using JitStressEVEXEncoding flag will force instructions which would
9026+
// otherwise use VEX encoding but can be EVEX encoded to use EVEX encoding
9027+
// This requires AVX512VL support. JitForceEVEXEncoding forces this encoding, thus
9028+
// causing failure if not running on compatible hardware.
90299029

90309030
if (JitConfig.JitForceEVEXEncoding())
90319031
{

src/coreclr/jit/jitconfigvalues.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@ CONFIG_INTEGER(EnableEHWriteThru, W("EnableEHWriteThru"), 1) // Enable the regis
300300
CONFIG_INTEGER(EnableMultiRegLocals, W("EnableMultiRegLocals"), 1) // Enable the enregistration of locals that are
301301
// defined or used in a multireg context.
302302
#if defined(DEBUG)
303-
CONFIG_INTEGER(JitStressEvexEncoding, W("JitStressEvexEncoding"), 0) // Enable EVEX encoding for SIMD instructions when AVX-512VL is available.
304-
CONFIG_INTEGER(JitForceEVEXEncoding, W("JitForceEVEXEncoding"), 0) // Force EVEX encoding for SIMD instructions.
303+
CONFIG_INTEGER(JitStressEvexEncoding, W("JitStressEvexEncoding"), 0) // Enable EVEX encoding for SIMD instructions when
304+
// AVX-512VL is available.
305+
CONFIG_INTEGER(JitForceEVEXEncoding, W("JitForceEVEXEncoding"), 0) // Force EVEX encoding for SIMD instructions.
305306
#endif
306307

307308
// clang-format off

0 commit comments

Comments
 (0)