Skip to content

Commit 931c56c

Browse files
Merge pull request #4527 from corob-msft/docs/corob/cpp-docs-4149
Address cpp-docs 4149 __umulh on ARM64
2 parents 68e1ded + 711da73 commit 931c56c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/intrinsics/umulh.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
description: "Learn more about: __umulh"
33
title: "__umulh"
4-
ms.date: "09/02/2019"
4+
ms.date: 09/19/2022
55
f1_keywords: ["__umulh"]
66
helpviewer_keywords: ["__umulh intrinsic"]
77
ms.assetid: d241b53a-e6f7-4af1-9f6e-84e149158f03
88
---
9-
# __umulh
9+
# `__umulh`
1010

1111
**Microsoft Specific**
1212

@@ -23,10 +23,10 @@ unsigned __int64 __umulh(
2323

2424
### Parameters
2525

26-
*a*\
26+
*`a`*\
2727
[in] The first number to multiply.
2828

29-
*b*\
29+
*`b`*\
3030
[in] The second number to multiply.
3131

3232
## Return value
@@ -35,9 +35,9 @@ The high 64 bits of the 128-bit result of the multiplication.
3535

3636
## Requirements
3737

38-
|Intrinsic|Architecture|
39-
|---------------|------------------|
40-
|`__umulh`|x64|
38+
| Intrinsic | Architecture |
39+
|--|--|
40+
| `__umulh` | x64, ARM64 |
4141

4242
**Header file** \<intrin.h>
4343

0 commit comments

Comments
 (0)