Skip to content

Commit 512dc14

Browse files
authored
Merge pull request #864 from MicrosoftDocs/master
6/4 AM Publish
2 parents a4454b9 + 709d6d4 commit 512dc14

File tree

3 files changed

+29
-26
lines changed

3 files changed

+29
-26
lines changed
Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Processor Manufacturer Programming Manuals | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "06/01/2018"
55
ms.technology: ["cpp-masm"]
66
ms.topic: "reference"
77
dev_langs: ["C++"]
@@ -11,18 +11,21 @@ ms.author: "corob"
1111
ms.workload: ["cplusplus"]
1212
---
1313
# Processor Manufacturer Programming Manuals
14-
This article provides links to websites that may contain programming information about processors that are not manufactured, sold, or supported by Microsoft. Microsoft does not own or control the websites or the content on them.
15-
16-
## Processor Manufacturer Websites
17-
18-
- [AMD64 Instruction Set Reference Manuals](https://developer.amd.com/resources/developer-guides-manuals/)
19-
20-
- [Intel 64 and IA-32 Architectures Software Developer Manuals](https://software.intel.com/en-us/documentation)
21-
22-
- [Intel Advanced Vector Extensions (AVX)](https://software.intel.com/en-us/articles/introduction-to-intel-advanced-vector-extensions)
23-
24-
## Remarks
25-
Neither [!INCLUDE[vsprvs](../../assembler/masm/includes/vsprvs_md.md)] nor the Microsoft Macro Assembler support all processors.
26-
27-
## See Also
28-
[Microsoft Macro Assembler Reference](../../assembler/masm/microsoft-macro-assembler-reference.md)
14+
15+
This article provides links to websites that may contain programming information about processors that are not manufactured, sold, or supported by Microsoft. Microsoft does not own or control the websites or the content on them.
16+
17+
## Processor Manufacturer Websites
18+
19+
- [AMD Developer Guides, Manuals & ISA Documents](https://go.microsoft.com/fwlink/p/?linkid=874958)
20+
21+
- [Intel 64 and IA-32 Architectures Software Developer Manuals](https://go.microsoft.com/fwlink/p/?LinkID=510021)
22+
23+
- [Introduction to Intel Advanced Vector Extensions](https://go.microsoft.com/fwlink/p/?linkid=874961)
24+
25+
## Remarks
26+
27+
Neither Visual Studio nor the Microsoft Macro Assembler support all processors.
28+
29+
## See Also
30+
31+
- [Microsoft Macro Assembler Reference](../../assembler/masm/microsoft-macro-assembler-reference.md)

docs/intrinsics/x64-amd64-intrinsics-list.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "x64 (amd64) Intrinsics List | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "1/02/2018"
4+
ms.date: "06/01/2018"
55
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
dev_langs: ["C++"]
@@ -20,13 +20,13 @@ For information about individual intrinsics, see these resources, as appropriate
2020

2121
- [Intel Intrinsics Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide). Use the search box to find specific intrinsics.
2222

23-
- [Intel 64 and IA-32 Architectures Software Developer Manuals](https://software.intel.com/articles/intel-sdm)
23+
- [Intel 64 and IA-32 Architectures Software Developer Manuals](https://go.microsoft.com/fwlink/p/?LinkID=510021)
2424

25-
- [Intel Architecture Instruction Set Extensions Programming Reference](https://software.intel.com/en-us/isa-extensions)
25+
- [Intel Architecture Instruction Set Extensions Programming Reference](https://go.microsoft.com/fwlink/p/?linkid=874960)
2626

27-
- [Intel AVX](https://www.intel.com/content/www/us/en/architecture-and-technology/avx-512-overview.html)
27+
- [Introduction to Intel Advanced Vector Extensions](https://go.microsoft.com/fwlink/p/?linkid=874961)
2828

29-
- [AMD Developer Guides, Manuals & ISA Documents](https://developer.amd.com/resources/developer-guides-manuals/)
29+
- [AMD Developer Guides, Manuals & ISA Documents](https://go.microsoft.com/fwlink/p/?linkid=874958)
3030

3131
The following table lists the intrinsics available on x64 processors. The Technology column lists required instruction-set support. Use the [__cpuid](../intrinsics/cpuid-cpuidex.md) intrinsic to determine instruction-set support at run time. If two entries are in one row, they represent different entry points for the same intrinsic. A [1] indicates the intrinsic is available only on AMD processors. A [2] indicates the intrinsic is available only on Intel processors. A [3] indicates the prototype is a macro. The header required for the function prototype is listed in the Header column. The intrin.h header includes both immintrin.h and ammintrin.h for simplicity.
3232

docs/intrinsics/x86-intrinsics-list.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "x86 Intrinsics List | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "1/02/2018"
4+
ms.date: "06/01/2018"
55
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
dev_langs: ["C++"]
@@ -20,13 +20,13 @@ For information about individual intrinsics, see these resources, as appropriate
2020

2121
- [Intel Intrinsics Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/). Use the search box to find specific intrinsics.
2222

23-
- [Intel 64 and IA-32 Architectures Software Developer Manuals](https://software.intel.com/articles/intel-sdm)
23+
- [Intel 64 and IA-32 Architectures Software Developer Manuals](https://go.microsoft.com/fwlink/p/?LinkID=510021)
2424

25-
- [Intel Architecture Instruction Set Extensions Programming Reference](https://software.intel.com/en-us/isa-extensions)
25+
- [Intel Architecture Instruction Set Extensions Programming Reference](https://go.microsoft.com/fwlink/p/?linkid=874960)
2626

27-
- [Intel AVX](https://www.intel.com/content/www/us/en/architecture-and-technology/avx-512-overview.html)
27+
- [Introduction to Intel Advanced Vector Extensions](https://go.microsoft.com/fwlink/p/?linkid=874961)
2828

29-
- [AMD Developer Guides, Manuals & ISA Documents](https://developer.amd.com/resources/developer-guides-manuals/)
29+
- [AMD Developer Guides, Manuals & ISA Documents](https://go.microsoft.com/fwlink/p/?linkid=874958)
3030

3131
The following table lists the intrinsics available on x86 processors. The Technology column lists required instruction-set support. Use the [__cpuid](../intrinsics/cpuid-cpuidex.md) intrinsic to determine instruction-set support at run time. If two entries are in one row, they represent different entry points for the same intrinsic. A [1] indicates the intrinsic is available only on AMD processors. A [2] indicates the intrinsic is available only on Intel processors. A [3] indicates the prototype is a macro. The header required for the function prototype is listed in the Header column. The intrin.h header includes both immintrin.h and ammintrin.h for simplicity.
3232

0 commit comments

Comments
 (0)