Skip to content

Docs: Add missing return type to Avx512BW.ShiftRightArithmetic#130115

Open
winscripter wants to merge 1 commit into
dotnet:mainfrom
winscripter:fix/returntype-_mm512_sra_epi16
Open

Docs: Add missing return type to Avx512BW.ShiftRightArithmetic#130115
winscripter wants to merge 1 commit into
dotnet:mainfrom
winscripter:fix/returntype-_mm512_sra_epi16

Conversation

@winscripter

Copy link
Copy Markdown

Intrinsic methods, such as Sse2.Add, normally include a function prototype in the XML documentation. However, documentation for Avx512BW.ShiftRightArithmetic (line 1204-1205) lacks a return type. This PR includes a single commit which restores the return type in the ShiftRightArithmetic documentation (which is, according to a web search, __m512i).

Documentation for Avx512BW.ShiftRightArithmetic(Vector512<short> value, Vector128<short> count) was missing a return type. This commit updates the documentation to include the return type.
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Jul 2, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-System.Runtime.Intrinsics community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants