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

Commit 6c30ff4

Browse files
committed
Fix description of FeatureSIMD
The associated dll is actually System.Numerics.Vectors.dll, plus System.Numerics.dll on desktop.
1 parent 0950d37 commit 6c30ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inc/clrconfigvalues.h

Lines changed: 1 addition & 1 deletion
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)