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

feat: support arm64 for decoder and encoder #616

Closed
wants to merge 27 commits into from
Closed

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    b18ecd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec5218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa06530 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    4823eec View commit details
    Browse the repository at this point in the history
  2. feat: support copy string

    liuq19 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3135e27 View commit details
    Browse the repository at this point in the history
  3. feat: support stream decoder

    liuq19 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    71bcbfa View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    1cb4034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16fee6 View commit details
    Browse the repository at this point in the history
  3. fix: support linux x64

    liuq19 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a2ed1d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f8815f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eefdf0 View commit details
    Browse the repository at this point in the history
  6. feat:(native) update asm2asm tool and compile arm64 assembly (#582)

    Co-authored-by: 谢更新 <xiegengxin.94@bytedance.com>
    AsterDY and xiegx94 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d294d66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31c22cb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Feat/230201 (#583)

    AsterDY committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a41af6f View commit details
    Browse the repository at this point in the history
  2. feat: Golang doesn't allow Call+offset since Go 1.20, thus we must …

    …use Call and more hacks... (#585)
    AsterDY committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    95b5cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    820917d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. opt: encoder VM (#593)

    AsterDY committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    14b90fc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. opt: no need spill x28 (#596)

    AsterDY committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    66bd218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4965f4 View commit details
    Browse the repository at this point in the history
  3. fix: double quote compat

    AsterDY committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4832e86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5602b3e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix: use function pointer

    liuq19 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6628b38 View commit details
    Browse the repository at this point in the history
  2. opt: try to optimize cgo

    liuq19 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2a3d964 View commit details
    Browse the repository at this point in the history
  3. fix: suppor aarch64 build

    liuq19 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b88af67 View commit details
    Browse the repository at this point in the history
  4. fix: support amd64

    liuq19 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fa389bf View commit details
    Browse the repository at this point in the history
  5. fix: support darwin arm64

    liuq19 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a6e6ac1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83d6dc2 View commit details
    Browse the repository at this point in the history