Skip to content

Repo sync for protected CLA branch #4019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cpp/class-member-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: "Learn more about: Class member overview"
title: "Class member overview"
ms.date: 03/15/2022
ms.date: 07/01/2022
helpviewer_keywords: ["members [C++], types of class members", "members [C++]", "class members [C++], types of", "class members"]
ms.assetid: 8802cfa9-705d-4f37-acde-245d6838010c
---
Expand All @@ -17,7 +17,7 @@ The full list of member categories is as follows:

- [Overview of member functions](overview-of-member-functions.md).

- [Data members](static-members-cpp.md) including built-in types and other user defined types.
- [Mutable](static-members-cpp.md) and [static](static-members-cpp.md) data members, including built-in types and other user defined types.

- Operators

Expand Down
6 changes: 3 additions & 3 deletions docs/intrinsics/bitscanreverse-bitscanreverse64.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: "Learn more about: _BitScanReverse, _BitScanReverse64"
title: "_BitScanReverse, _BitScanReverse64"
ms.date: "09/02/2019"
ms.date: 07/01/2022
f1_keywords: ["_BitScanReverse64", "_BitScanReverse_cpp", "_BitScanReverse", "_BitScanReverse64_cpp"]
helpviewer_keywords: ["bsr instruction", "_BitScanReverse intrinsic", "BitScanReverse intrinsic"]
ms.assetid: 2520a207-af8b-4aad-9ae7-831abeadf376
Expand All @@ -28,14 +28,14 @@ unsigned char _BitScanReverse64(
### Parameters

*Index*\
[out] Loaded with the bit position of the first set bit (1) found.
[out] Loaded with the bit position of the first set bit (1) found. Otherwise, undefined.

*Mask*\
[in] The 32-bit or 64-bit value to search.

## Return value

Nonzero if `Index` was set, or 0 if no set bits were found.
Nonzero if any bit was set in `Mask`, or 0 if no set bits were found.

## Requirements

Expand Down
1,230 changes: 615 additions & 615 deletions docs/intrinsics/x64-amd64-intrinsics-list.md

Large diffs are not rendered by default.

Loading