File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
description : " Learn more about: __umulh"
3
3
title : " __umulh"
4
- ms.date : " 09/02/2019 "
4
+ ms.date : 09/19/2022
5
5
f1_keywords : ["__umulh"]
6
6
helpviewer_keywords : ["__umulh intrinsic"]
7
7
ms.assetid : d241b53a-e6f7-4af1-9f6e-84e149158f03
8
8
---
9
- # __ umulh
9
+ # ` __umulh `
10
10
11
11
** Microsoft Specific**
12
12
@@ -23,10 +23,10 @@ unsigned __int64 __umulh(
23
23
24
24
### Parameters
25
25
26
- * a * \
26
+ * ` a ` * \
27
27
[ in] The first number to multiply.
28
28
29
- * b * \
29
+ * ` b ` * \
30
30
[ in] The second number to multiply.
31
31
32
32
## Return value
@@ -35,9 +35,9 @@ The high 64 bits of the 128-bit result of the multiplication.
35
35
36
36
## Requirements
37
37
38
- | Intrinsic| Architecture|
39
- | --------------- | ---------------- --|
40
- | ` __umulh ` | x64|
38
+ | Intrinsic | Architecture |
39
+ | --| --|
40
+ | ` __umulh ` | x64, ARM64 |
41
41
42
42
** Header file** \< intrin.h>
43
43
You can’t perform that action at this time.
0 commit comments