Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Godse <61718172+mangod9@users.noreply.github.com>2021-07-06 21:32:31 +0300
committerGitHub <noreply@github.com>2021-07-06 21:32:31 +0300
commitaeb467ee7ae1472845a39662d99d70d40b1d6f17 (patch)
tree709e6a2cddb3c9a47884408d9e4302e8a8b18748 /src/coreclr/tools
parentbe5a9507cd1b1a4cad383533d640046618b7e968 (diff)
compile composite with avx2 on x64 (#55057)
* compile composite with avx2 on x64 * fix xml coding style
Diffstat (limited to 'src/coreclr/tools')
-rw-r--r--src/coreclr/tools/aot/crossgen2/Properties/Resources.resx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/aot/crossgen2/Properties/Resources.resx b/src/coreclr/tools/aot/crossgen2/Properties/Resources.resx
index c031f303e44..56fbb93adb9 100644
--- a/src/coreclr/tools/aot/crossgen2/Properties/Resources.resx
+++ b/src/coreclr/tools/aot/crossgen2/Properties/Resources.resx
@@ -169,7 +169,7 @@
<value>Instruction set(s) to use for compilation</value>
</data>
<data name="InstructionSetMustNotBe" xml:space="preserve">
- <value>Instruction set must not be '{0}' for this architecture and operating system</value>
+ <value>Instruction set '{0}' is not valid for this architecture and operating system</value>
</data>
<data name="InstructionSetWithoutInputBubble" xml:space="preserve">
<value>Instruction set(s) specified without also specifying input-bubble</value>