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

add SLJIT_REV16PACK and SLJIT_REV32PACK #206

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 20, 2023

  1. add SLJIT_REV16PACK and SLJIT_REV32PACK

    Including implementations without emulation for ARM, MIPS and
    LoongArch.
    
    Allow 16/32bit bswap in a packed integer, so it could provide
    faster results by doing 2 or 4 operations at once.
    
    While at it add an instruction to ARM 32bit to make things
    slightly more efficient and do some refactoring on related
    test cases.
    carenas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2819e6b View commit details
    Browse the repository at this point in the history