Skip to content
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

zstd: x86 assembler implementation of sequenceDecs.decode #528

Merged
merged 6 commits into from Mar 17, 2022

Commits on Mar 17, 2022

  1. zstd: x86 assembler implementation of sequenceDecs.decode

    Differences with the Go implementation:
    - check ml and mo in the main loop,
    - s.seqSize and litRemain are checked in the end.
    WojciechMula committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    dd39c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23aa85e View commit details
    Browse the repository at this point in the history
  3. Fix asm label

    WojciechMula committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c4e0fdf View commit details
    Browse the repository at this point in the history
  4. Remove text templates

    WojciechMula committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    a4a5a99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11be8b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ca6a66 View commit details
    Browse the repository at this point in the history