Skip to content

Commit 679bf24

Browse files
address feedback 5
1 parent 43e7701 commit 679bf24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/vlen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Specify the default vector length for the selected **`/arch`** setting.
2727

2828
## Remarks
2929

30-
If a specific **`/vlen`** value is not specified, the default vector length will depend on the /arch flag setting. The **`/vlen`** flag can override the default vector length specified by **`/arch:AVX512`** or **`/arch:AVX10.x`** flag. For example:
30+
If a specific **`/vlen`** value is not specified, the default vector length depends on the /arch flag setting. The **`/vlen`** flag can override the default vector length specified by **`/arch:AVX512`** or **`/arch:AVX10.x`** flag. For example:
3131

3232
- **`/arch:AVX512 /vlen=256`** overrides the default vector length of 512 bits specified by **`/arch:AVX512`** to be 256 bits.
3333
- **`/arch:AVX10.1 /vlen=512`** overrides the default vector length of 256 bits specified by **`/arch:AVX10.1`** to be 512 bits.

0 commit comments

Comments
 (0)