Skip to content

Commit 3eb526a

Browse files
author
Colin Robertson
authored
Update mul128.md
Update date, some formatting.
1 parent d04b55c commit 3eb526a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/intrinsics/mul128.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "_mul128"
3-
ms.date: "11/04/2016"
3+
ms.date: "03/27/2019"
44
f1_keywords: ["_mul128"]
55
helpviewer_keywords: ["mul128 intrinsic", "_mul128 intrinsic"]
66
ms.assetid: f68914b9-bffb-4e46-b1ba-4c249f7b4ecc
@@ -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.
@@ -46,7 +46,7 @@ The low 64 bits of the product.
4646

4747
## Example
4848

49-
```
49+
```C
5050
// mul128.c
5151
// processor: x64
5252
#include <stdio.h>

0 commit comments

Comments
 (0)