Skip to content

Commit 55148e4

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1884 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents bb5c4f0 + 7e71886 commit 55148e4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/intrinsics/mul128.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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"]
66
ms.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)

0 commit comments

Comments
 (0)