Skip to content

Commit 8c1dd10

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents 9431e6b + 9960fb4 commit 8c1dd10

File tree

6 files changed

+1842
-1842
lines changed

6 files changed

+1842
-1842
lines changed

docs/get-started/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ items:
4343
expanded: false
4444
items:
4545
- name: Open code from a repo
46-
href: /visualstudio/get-started/tutorial-open-project-from-repo.md
46+
href: /visualstudio/get-started/tutorial-open-project-from-repo
4747
- name: Write and edit code
48-
href: /visualstudio/get-started/tutorial-editor.md
48+
href: /visualstudio/get-started/tutorial-editor
4949
- name: Compile and build
50-
href: /visualstudio/ide/compiling-and-building-in-visual-studio.md
50+
href: /visualstudio/ide/compiling-and-building-in-visual-studio
5151
- name: Debug your C++ code
5252
href: /visualstudio/debugger/quickstart-debug-with-cplusplus
5353
- name: Test your C++ code

docs/intrinsics/mm-stream-sd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ Portions Copyright 2007 by Advanced Micro Devices, Inc. All rights reserved. Rep
8080
## See also
8181

8282
[_mm_stream_ss](../intrinsics/mm-stream-ss.md)\
83-
[_mm_store_sd](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_store_sd)\
84-
[_mm_sfence](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sfence)\
83+
[_mm_store_sd](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_store_sd)\
84+
[_mm_sfence](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_sfence)\
8585
[Compiler intrinsics](../intrinsics/compiler-intrinsics.md)

docs/intrinsics/mm-stream-ss.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Portions Copyright 2007 by Advanced Micro Devices, Inc. All rights reserved. Rep
8686
## See also
8787

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

0 commit comments

Comments
 (0)