Draft
Conversation
Copilot
AI
changed the title
[WIP] Vectorize custom polynomial CRC-32/-64
Vectorize custom polynomial CRC-32/-64
Feb 19, 2026
Member
|
@copilot The plan looks sound, you should act on it. |
Contributor
|
Tagging subscribers to this area: @dotnet/area-system-io-hashing, @bartonjs, @vcsjones |
Co-authored-by: bartonjs <10642668+bartonjs@users.noreply.github.com>
Copilot stopped work on behalf of
bartonjs due to an error
February 19, 2026 02:15
Tornhoof
reviewed
Feb 19, 2026
src/libraries/System.IO.Hashing/src/System/IO/Hashing/CrcPolynomialHelper.cs
Show resolved
Hide resolved
Member
|
@copilot Please resume your tasks. |
Copilot stopped work on behalf of
bartonjs due to an error
February 19, 2026 19:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
./build.sh clr+libs -rc release)CrcPolynomialHelper.cswithUInt640struct and folding constant computationCrc32ParameterSet.Vectorized.cswith vectorized CRC-32 for custom forward and reflected polynomialsCrc64ParameterSet.Vectorized.cswith vectorized CRC-64 for custom forward and reflected polynomialsCrc32ParameterSet.Table.csto add vectorized dispatch in Update()Crc64ParameterSet.Table.csto add vectorized dispatch in Update()System.IO.Hashing.csprojto include new filesOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.