Skip to content

Commit 7605480

Browse files
authored
Merge pull request #5194 from Rageking8/correct-mismatched-quotes
Correct mismatched quotes
2 parents c62422f + 8fcae9a commit 7605480

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

docs/assembler/masm/option-avxencoding-masm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "OPTION AVXENCODING"
3+
description: Describes how to select the preferred encoding of AVX instructions when more than one possibility will work
34
ms.date: "10/06/2020"
45
f1_keywords: ["avxencoding"]
56
helpviewer_keywords: ["OPTION AVXENCODING directive"]
6-
description: Describes how to select the preferred encoding of AVX instructions when more than one possibility will work
77
---
88
# OPTION AVXENCODING
99

@@ -47,7 +47,7 @@ The **`OPTION AVXENCODING`** directive is available in Visual Studio 2019 versio
4747

4848
### Example
4949

50-
This example uses `VPDPBUSD` and `VPMADDWD` instructions to illustrate how the **`AVXENCODING`** option works. `VPDPBUSD` was first defined to be encoded only with `EVEX`, and was later extended with a VEX-encoded form for platforms without AVX-512 support, while `VPMADDWD` was AVX and extended to AVX-512. The listing output from assembling the example shows how changing the **`AVXENCODING`** mode affects the object code generated for each instruction. The prefix for each instruction ends at the '/".
50+
This example uses `VPDPBUSD` and `VPMADDWD` instructions to illustrate how the **`AVXENCODING`** option works. `VPDPBUSD` was first defined to be encoded only with `EVEX`, and was later extended with a VEX-encoded form for platforms without AVX-512 support, while `VPMADDWD` was AVX and extended to AVX-512. The listing output from assembling the example shows how changing the **`AVXENCODING`** mode affects the object code generated for each instruction. The prefix for each instruction ends at the "/".
5151

5252
```asm
5353
00000000 62 F2 6D 08/ 50 vpdpbusd xmm1, xmm2, xmm3

docs/atl-mfc-shared/reference/codesnippet/CPP/cfiledialog-class_3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
void CMyClass::OnFileOpen()
22
{
33
// szFilters is a text string that includes two file name filters:
4-
// "*.my" for "MyType Files" and "*.*' for "All Files."
4+
// "*.my" for "MyType Files" and "*.*" for "All Files."
55
TCHAR szFilters[]= _T("MyType Files (*.my)|*.my|All Files (*.*)|*.*||");
66

77
// Create an Open dialog; the default file name extension is ".my".

docs/error-messages/compiler-errors-1/compiler-error-c2394.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: Compiler Error C2394"
32
title: "Compiler Error C2394"
3+
description: "Learn more about: Compiler Error C2394"
44
ms.date: "11/04/2016"
55
f1_keywords: ["C2394"]
66
helpviewer_keywords: ["C2394"]
7-
ms.assetid: 653fa9a0-29b3-48aa-bc01-82f98f717a2b
87
---
98
# Compiler Error C2394
109

11-
'your_type::operator'op'" : CLR or WinRToperator not valid. At least one parameter must be of the following types: 'T^', 'T^%', 'T^&', where T = 'your_type'
10+
'*type*::operator *operator*': CLR/WinRT operator not valid. At least one parameter must be of the following types: 'T^', 'T^%', 'T^&', where T = 'type'
1211

1312
An operator in a Windows Runtime or managed type did not have at least one parameter whose type is the same as the type of the operator return value.
1413

docs/error-messages/compiler-errors-1/compiler-fatal-errors-c999-through-c1999.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: Compiler fatal errors C1001 through C1907"
32
title: "Compiler fatal errors C1001 through C1907"
3+
description: "Learn more about: Compiler fatal errors C1001 through C1907"
44
ms.date: 01/24/2025
55
f1_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1859", "C1901", "C1906", "C1907"]
66
helpviewer_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1859", "C1901", "C1906", "C1907"]
@@ -26,7 +26,7 @@ The articles in this section of the documentation explain a subset of the error
2626
| [Fatal error C1009](fatal-error-c1009.md) | compiler limit: macros nested too deeply |
2727
| [Fatal error C1010](fatal-error-c1010.md) | unexpected end of file while looking for precompiled header. Did you forget to add '`#include <`*file*`>`' to your source? |
2828
| [Fatal error C1011](fatal-error-c1011.md) | cannot locate standard module interface. Did you install the library part of the C++ modules feature in VS setup? |
29-
| [Fatal error C1012](fatal-error-c1012.md) | unmatched parenthesis: missing '*character*" |
29+
| [Fatal error C1012](fatal-error-c1012.md) | unmatched parenthesis: missing '*character*' |
3030
| [Fatal error C1013](fatal-error-c1013.md) | compiler limit: too many open parentheses |
3131
| [Fatal error C1014](fatal-error-c1014.md) | too many include files: depth = *number* |
3232
| [Fatal error C1015](fatal-error-c1015.md) | header-names '*header-name*' and '*header-name*' identify the same header and cannot be used as both `/headerUnit:quoted` and `/headerUnit:angle` arguments; please provide this header-name only once |

0 commit comments

Comments
 (0)