Skip to content

Commit 4ccfbf4

Browse files
vdave82Colin Robertson
authored andcommitted
Update lzcnt16-lzcnt-lzcnt64.md (MicrosoftDocs#212)
1 parent 9a72142 commit 4ccfbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intrinsics/lzcnt16-lzcnt-lzcnt64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.workload: ["cplusplus"]
2020
# __lzcnt16, __lzcnt, __lzcnt64
2121
**Microsoft Specific**
2222

23-
Counts the number of leading zeros in a 16-, 32-, or 64-byte integer.
23+
Counts the number of leading zeros in a 16-, 32-, or 64-bit integer.
2424

2525
## Syntax
2626

@@ -102,4 +102,4 @@ __lzcnt(0xffffffff) = 0
102102
Portions of this content are Copyright 2007 by Advanced Micro Devices, Inc. All rights reserved. Reproduced with permission from Advanced Micro Devices, Inc.
103103

104104
## See Also
105-
[Compiler Intrinsics](../intrinsics/compiler-intrinsics.md)
105+
[Compiler Intrinsics](../intrinsics/compiler-intrinsics.md)

0 commit comments

Comments
 (0)