Skip to content

Commit 3fffa9e

Browse files
address feedback 11
1 parent 84ed31f commit 3fffa9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/reference/vlen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ When the specified **`/vlen`** value is incompatible with specified **`/arch`**
4141

4242
1. Open the **Property Pages** dialog box for the project. For more information, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
4343

44-
1. Select the **Configuration Properties** > **C/C++** > **Code Generation** property page.
44+
1. Select the **Configuration Properties** > **C/C++** > **Command Line** property page.
4545

46-
1. In the **Vector Length** drop-down box, choose **256** or **512**.
46+
1. In the **Additional options** box, add *`/vlen=256`* or *`/vlen=512`*. Choose **OK** to save your changes.
4747

4848
## See also
4949

0 commit comments

Comments
 (0)