-
Notifications
You must be signed in to change notification settings - Fork 967
Add compiler option /feature
and update the /arch
(ARM64) option
#5036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@michelleangela : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Adding @jorive to review. |
Learn Build status updates of commit eda64bc:
|
File | Status | Preview URL | Details |
---|---|---|---|
docs/build/reference/arch-arm64.md | Details | ||
docs/build/reference/compiler-options-listed-alphabetically.md | ✅Succeeded | ||
docs/build/reference/compiler-options-listed-by-category.md | ✅Succeeded | ||
docs/build/reference/feature-arm64.md | ✅Succeeded | ||
docs/build/toc.yml | ✅Succeeded |
docs/build/reference/arch-arm64.md
- Line 27, Column 1: [Warning: invalid-note-section]
Text in the first line of Note/Section/Video is not valid. Will be rendered to <blockquote>
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit 08a8ec3: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
Learn Build status updates of commit 53b271d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#label:"aq-pr-triaged" |
Learn Build status updates of commit 313e825: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
Learn Build status updates of commit acd3fdf: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
Closing this PR and created another one in other cpp-docs repo. |
Add the new compiler option
/feature
. This option enables certain ARM64 architecture features when targeting an Arm A-Profile architecture extension.Update the arguments of compiler option
/arch
(ARM64) to include other versions for Arm8-A and Arm9-A./arch
(ARM64) also has the option to include feature arguments used in/feature
option.These changes apply to Visual Studio version 17.10.