Skip to content

Commit

Permalink
jit format
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Mar 8, 2021
1 parent c28e628 commit fc6823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lsra.h
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ class LinearScan : public LinearScanInterface
#if defined(TARGET_AMD64)
static const var_types LargeVectorSaveType = TYP_SIMD16;
#elif defined(TARGET_ARM64)
static const var_types LargeVectorSaveType = TYP_DOUBLE;
static const var_types LargeVectorSaveType = TYP_DOUBLE;
#endif // !defined(TARGET_AMD64) && !defined(TARGET_ARM64)
// Set of large vector (TYP_SIMD32 on AVX) variables.
VARSET_TP largeVectorVars;
Expand Down

0 comments on commit fc6823e

Please sign in to comment.