Skip to content

Commit 306eab6

Browse files
Merge pull request #4884 from vitong/main
Update doc with cl.exe /arm64EC flag
2 parents 5d2b9d9 + 394f6e5 commit 306eab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build/reference/compiler-options-listed-alphabetically.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
1717
| [`/AI<dir>`](ai-specify-metadata-directories.md) | Specifies a directory to search to resolve file references passed to the [`#using`](../../preprocessor/hash-using-directive-cpp.md) directive. |
1818
| [`/analyze`](analyze-code-analysis.md) | Enables code analysis. |
1919
| [`/arch:<IA32|SSE|SSE2|AVX|AVX2|AVX512>`](arch-x86.md) | Minimum CPU architecture requirements. IA32, SSE, and SSE2 are x86 only. |
20+
| `/arm64EC` | Generate code compatible with the arm64EC ABI. |
2021
| [`/await`](await-enable-coroutine-support.md) | Enable coroutines (resumable functions) extensions. |
2122
| [`/await:strict`](await-enable-coroutine-support.md) | Enable standard C++20 coroutine support with earlier language versions. |
2223
| [`/bigobj`](bigobj-increase-number-of-sections-in-dot-obj-file.md) | Increases the number of addressable sections in an .obj file. |

0 commit comments

Comments
 (0)