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

Reduce tables to 8bit #2930

Merged
merged 2 commits into from
Dec 15, 2021
Merged

Commits on Dec 14, 2021

  1. Add typedefs for 8bit (un)signed

    To make code more expressive, add U8 and S8 typedefs
    nolange committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    99923df View commit details
    Browse the repository at this point in the history
  2. Reduce bit tables to 8bit

    This saves some 1.7Kb in rodata section (x86_64, zstd tool),
    while assembler code stays the same except
    the type of a few load/extend instructions.
    
    Should not have negative performance implications.
    nolange committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    2fbb1d1 View commit details
    Browse the repository at this point in the history