File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- title : " __mul128 "
3- ms.date : " 11/04/2016 "
4- f1_keywords : ["__mul128 "]
5- helpviewer_keywords : ["mul128 intrinsic", "__mul128 intrinsic"]
2+ title : " _mul128 "
3+ ms.date : " 03/27/2019 "
4+ f1_keywords : ["_mul128 "]
5+ helpviewer_keywords : ["mul128 intrinsic", "_mul128 intrinsic"]
66ms.assetid : f68914b9-bffb-4e46-b1ba-4c249f7b4ecc
77---
8- # __ mul128
8+ # _ mul128
99
1010** Microsoft Specific**
1111
@@ -21,7 +21,7 @@ __int64 _mul128(
2121);
2222```
2323
24- #### Parameters
24+ ### Parameters
2525
2626* Multiplier* <br />
2727[ in] The first 64-bit integer to multiply.
@@ -40,13 +40,13 @@ The low 64 bits of the product.
4040
4141| Intrinsic| Architecture|
4242| ---------------| ------------------|
43- | ` __mul128 ` | x64|
43+ | ` _mul128 ` | x64|
4444
4545** Header file** \< intrin.h>
4646
4747## Example
4848
49- ```
49+ ``` C
5050// mul128.c
5151// processor: x64
5252#include < stdio.h>
@@ -74,4 +74,4 @@ int main()
7474
7575## See Also
7676
77- [ Compiler Intrinsics] ( ../intrinsics/compiler-intrinsics.md )
77+ [ Compiler Intrinsics] ( ../intrinsics/compiler-intrinsics.md )
You can’t perform that action at this time.
0 commit comments