Skip to content

Repo sync for protected CLA branch #3642

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

Merged
merged 2 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/get-started/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ items:
expanded: false
items:
- name: Open code from a repo
href: /visualstudio/get-started/tutorial-open-project-from-repo.md
href: /visualstudio/get-started/tutorial-open-project-from-repo
- name: Write and edit code
href: /visualstudio/get-started/tutorial-editor.md
href: /visualstudio/get-started/tutorial-editor
- name: Compile and build
href: /visualstudio/ide/compiling-and-building-in-visual-studio.md
href: /visualstudio/ide/compiling-and-building-in-visual-studio
- name: Debug your C++ code
href: /visualstudio/debugger/quickstart-debug-with-cplusplus
- name: Test your C++ code
Expand Down
4 changes: 2 additions & 2 deletions docs/intrinsics/mm-stream-sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ Portions Copyright 2007 by Advanced Micro Devices, Inc. All rights reserved. Rep
## See also

[_mm_stream_ss](../intrinsics/mm-stream-ss.md)\
[_mm_store_sd](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_store_sd)\
[_mm_sfence](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sfence)\
[_mm_store_sd](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_store_sd)\
[_mm_sfence](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_sfence)\
[Compiler intrinsics](../intrinsics/compiler-intrinsics.md)
6 changes: 3 additions & 3 deletions docs/intrinsics/mm-stream-ss.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Portions Copyright 2007 by Advanced Micro Devices, Inc. All rights reserved. Rep
## See also

[_mm_stream_sd](../intrinsics/mm-stream-sd.md)\
[_mm_stream_ps](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_stream_ps)\
[_mm_store_ss](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_store_ss)\
[_mm_sfence](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sfence)\
[_mm_stream_ps](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_stream_ps)\
[_mm_store_ss](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_store_ss)\
[_mm_sfence](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_sfence)\
[Compiler intrinsics](../intrinsics/compiler-intrinsics.md)
Loading