Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 15cf500

Browse files
authored
Merge pull request #15699 from CarolEidt/FixFeatureSIMDDesc
Fix description of FeatureSIMD
2 parents 097e686 + 6c30ff4 commit 15cf500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inc/clrconfigvalues.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ RETAIL_CONFIG_DWORD_INFO(INTERNAL_JitVNMapSelBudget, W("JitVNMapSelBudget"), 100
539539
#else // !(defined(_TARGET_AMD64_) || defined(_TARGET_X86_)
540540
#define EXTERNAL_JitEnableAVX_Default 0
541541
#endif // !(defined(_TARGET_AMD64_) || defined(_TARGET_X86_)
542-
RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_FeatureSIMD, W("FeatureSIMD"), EXTERNAL_FeatureSIMD_Default, "Enable SIMD support with companion SIMDVector.dll", CLRConfig::REGUTIL_default)
542+
RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_FeatureSIMD, W("FeatureSIMD"), EXTERNAL_FeatureSIMD_Default, "Enable SIMD intrinsics recognition in System.Numerics.dll and/or System.Numerics.Vectors.dll", CLRConfig::REGUTIL_default)
543543
RETAIL_CONFIG_DWORD_INFO(INTERNAL_SIMD16ByteOnly, W("SIMD16ByteOnly"), 0, "Limit maximum SIMD vector length to 16 bytes (used by x64_arm64_altjit)")
544544
RETAIL_CONFIG_DWORD_INFO_EX(EXTERNAL_EnableAVX, W("EnableAVX"), EXTERNAL_JitEnableAVX_Default, "Enable AVX instruction set for wide operations as default", CLRConfig::REGUTIL_default)
545545

0 commit comments

Comments
 (0)