Skip to content

Commit 8099965

Browse files
authored
Merge pull request #5797 from MicrosoftDocs/main
2/21/2025 AM Publish
2 parents 0dc6cfe + 346664c commit 8099965

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+274
-130
lines changed

docs/assembler/masm/dot-nolistif.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: .NOLISTIF"
32
title: ".NOLISTIF"
3+
description: "Learn more about: .NOLISTIF"
44
ms.date: "12/16/2019"
55
f1_keywords: [".NOLISTIF"]
66
helpviewer_keywords: [".NOLISTIF directive"]
7-
ms.assetid: 9243af7a-7221-4531-bbc3-281b6b292bfd
87
---
98
# .NOLISTIF
109

@@ -20,5 +19,5 @@ This is the default. Same as [.SFCOND](dot-sfcond.md).
2019

2120
## See also
2221

23-
[Directives reference](directives-reference.md)
22+
[Directives reference](directives-reference.md)\
2423
[MASM BNF Grammar](masm-bnf-grammar.md)

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/assembler/masm/purge.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: PURGE"
32
title: "PURGE"
3+
description: "Learn more about: PURGE"
44
ms.date: "12/16/2019"
55
f1_keywords: ["PURGE"]
66
helpviewer_keywords: ["PURGE directive"]
7-
ms.assetid: 1e7ec2bf-f123-4ff9-97de-28b512ade2f9
87
---
98
# PURGE
109

@@ -16,5 +15,5 @@ Deletes the specified macros from memory.
1615
1716
## See also
1817

19-
[Directives reference](directives-reference.md)
18+
[Directives reference](directives-reference.md)\
2019
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/subttl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: SUBTTL"
32
title: "SUBTTL"
3+
description: "Learn more about: SUBTTL"
44
ms.date: "12/16/2019"
55
f1_keywords: ["SUBTTL"]
66
helpviewer_keywords: ["SUBTTL directive"]
7-
ms.assetid: 927efadd-ec99-4de9-b64d-229bb2df3bf4
87
---
98
# SUBTTL
109

@@ -16,5 +15,5 @@ See [SUBTITLE](subtitle.md).
1615
1716
## See also
1817

19-
[Directives reference](directives-reference.md)
18+
[Directives reference](directives-reference.md)\
2019
[MASM BNF Grammar](masm-bnf-grammar.md)

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/build-insights/reference/sdk/cpp-event-data-types/environment-variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Along with the inherited members from its [SimpleEvent](simple-event.md) base cl
3838

3939
### Functions
4040

41-
[Name](#name)
41+
[Name](#name)\
4242
[Value](#value)
4343

4444
## <a name="environment-variable"></a> EnvironmentVariable

docs/build-insights/reference/sdk/cpp-event-data-types/event-group.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ The activity type contained in the group.
4242

4343
### Functions
4444

45-
[Back](#back)
46-
[begin](#begin)
47-
[end](#end)
48-
[Front](#front)
49-
[operator[]](#subscript-operator)
45+
[Back](#back)\
46+
[begin](#begin)\
47+
[end](#end)\
48+
[Front](#front)\
49+
[operator[]](#subscript-operator)\
5050
[Size](#size)
5151

5252
## <a name="back"></a> Back

docs/build-insights/reference/sdk/cpp-event-data-types/event-stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public:
3737

3838
### Functions
3939

40-
[Back](#back)
41-
[operator[]](#subscript-operator)
40+
[Back](#back)\
41+
[operator[]](#subscript-operator)\
4242
[Size](#size)
4343

4444
## <a name="back"></a> Back

docs/build-insights/reference/sdk/cpp-event-data-types/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public:
4343

4444
### Functions
4545

46-
[Data](#data)
46+
[Data](#data)\
4747
[EventId](#event-id)\
4848
[EventInstanceId](#event-instance-id)\
4949
[EventName](#event-name)\

docs/build-insights/reference/sdk/cpp-event-data-types/file-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Along with the inherited members from its [SimpleEvent](simple-event.md) base cl
4848
4949
### Functions
5050
51-
[Path](#path)
51+
[Path](#path)\
5252
[Type](#type)
5353
5454
## <a name="file-input"></a> FileInput

0 commit comments

Comments
 (0)