Skip to content

Commit 8e60cf6

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents 060c549 + 5aaa222 commit 8e60cf6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:allowed-branchname-matches ["^main$" "^release..*"]
1+
{:allowed-branchname-matches ["main" "release-.*"]
22
:allowed-filename-matches ["docs" "styleguide"]
33

44
:template-header

docs/intrinsics/arm64-intrinsics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ NEON intrinsics are supported, as provided in the header file *arm64_neon.h*. Th
131131
|_CountLeadingSigns64||unsigned int _CountLeadingSigns64(\__int64)|
132132
|_CountLeadingZeros||unsigned int _CountLeadingZeros(unsigned long)|
133133
|_CountLeadingZeros64||unsigned int _CountLeadingZeros64(unsigned \__int64)|
134+
|_CountOneBits||unsigned int _CountOneBits(unsigned long)|
135+
|_CountOneBits64||unsigned int _CountOneBits64(unsigned \__int64)|
134136
|_ReadStatusReg|MRS|\__int64 _ReadStatusReg(int)|
135137
|_WriteStatusReg|MSR|void _WriteStatusReg(int, \__int64)|
136138

0 commit comments

Comments
 (0)