Skip to content

Commit f6150c2

Browse files
authored
broken link fix
1 parent f77fa87 commit f6150c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intrinsics/cpuid-cpuidex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This intrinsic stores the supported features and CPU information returned by the
5353

5454
The `__cpuid` intrinsic clears the ECX register before calling the `cpuid` instruction. The `__cpuidex` intrinsic sets the value of the ECX register to *subfunction_id* before it generates the `cpuid` instruction. It enables you to gather additional information about the processor.
5555

56-
For more information about the specific parameters to use and the values returned by these intrinsics on Intel processors, see the documentation for the `cpuid` instruction in [Intel 64 and IA-32 Architectures Software Developers Manual Volume 2: Instruction Set Reference](https://go.microsoft.com/fwlink/p/?LinkID=510021) and [Intel Architecture Instruction Set Extensions Programming Reference](https://go.microsoft.com/fwlink/p/?LinkID=506627). Intel documentation uses the terms "leaf" and "subleaf" for the *function_id* and *subfunction_id* parameters passed in EAX and ECX.
56+
For more information about the specific parameters to use and the values returned by these intrinsics on Intel processors, see the documentation for the `cpuid` instruction in [Intel 64 and IA-32 Architectures Software Developers Manual Volume 2: Instruction Set Reference](https://go.microsoft.com/fwlink/p/?LinkID=510021) and [Intel Architecture Instruction Set Extensions Programming Reference](https://software.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html). Intel documentation uses the terms "leaf" and "subleaf" for the *function_id* and *subfunction_id* parameters passed in EAX and ECX.
5757

5858
For more information about the specific parameters to use and the values returned by these intrinsics on AMD processors, see the documentation for the `cpuid` instruction in AMD64 Architecture Programmer's Manual Volume 3: General-Purpose and System Instructions, and in the Revision Guides for specific processor families. For links to these documents and other information, see the AMD [Developer Guides, Manuals & ISA Documents](https://go.microsoft.com/fwlink/p/?LinkId=510023) page. AMD documentation uses the terms "function number" and "subfunction number" for the *function_id* and *subfunction_id* parameters passed in EAX and ECX.
5959

0 commit comments

Comments
 (0)