Skip to content

Commit b5a1e7f

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#702 from neerajksingh/patch-2
umul128: Only available on x64
2 parents e0ea063 + a703a9d commit b5a1e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intrinsics/umul128.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ The low 64 bits of the product.
4040

4141
|Intrinsic|Architecture|Header|
4242
|---------------|------------------|------------|
43-
|`_umul128`|ARM, x64|\<intrin.h>|
43+
|`_umul128`|x64|\<intrin.h>|
4444

4545
## Example
4646

4747
```
4848
// umul128.c
49-
// processor: IPF, x64
49+
// processor: x64
5050
5151
#include <stdio.h>
5252
#include <intrin.h>
@@ -73,4 +73,4 @@ int main()
7373

7474
## See Also
7575

76-
[Compiler Intrinsics](../intrinsics/compiler-intrinsics.md)
76+
[Compiler Intrinsics](../intrinsics/compiler-intrinsics.md)

0 commit comments

Comments
 (0)