Skip to content

Commit d04b55c

Browse files
authored
Clarify naming confusion "_mul128" vs. "__mul128"
The proper name is `_mul128`.
1 parent 692aa74 commit d04b55c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/intrinsics/mul128.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "__mul128"
2+
title: "_mul128"
33
ms.date: "11/04/2016"
4-
f1_keywords: ["__mul128"]
5-
helpviewer_keywords: ["mul128 intrinsic", "__mul128 intrinsic"]
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

@@ -40,7 +40,7 @@ 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

@@ -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)