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 AArch64 for native funcs #526

Closed
wants to merge 27 commits into from
Closed

feat: support AArch64 for native funcs #526

wants to merge 27 commits into from

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    561c27b View commit details
    Browse the repository at this point in the history
  2. fix: missing f32toa in native.h

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    37f5330 View commit details
    Browse the repository at this point in the history
  3. native/neon

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b19b776 View commit details
    Browse the repository at this point in the history
  4. MaxFrameSize

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f9623d5 View commit details
    Browse the repository at this point in the history
  5. fix: store x30 into [sp] for f64toa

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1986336 View commit details
    Browse the repository at this point in the history
  6. tmp

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ddfe8fb View commit details
    Browse the repository at this point in the history
  7. tmp

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5f6edb5 View commit details
    Browse the repository at this point in the history
  8. fix: pcsp

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a6c898f View commit details
    Browse the repository at this point in the history
  9. fix: remove unused import module

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    48f8c96 View commit details
    Browse the repository at this point in the history
  10. fix: add NOSPLIT for every function

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d5e0cf6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5cd407 View commit details
    Browse the repository at this point in the history
  12. remove build neon on makefile

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5c10b25 View commit details
    Browse the repository at this point in the history
  13. test

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    48dfe6c View commit details
    Browse the repository at this point in the history
  14. test

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a6adc9f View commit details
    Browse the repository at this point in the history
  15. fix: failed for x86

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    33da1e2 View commit details
    Browse the repository at this point in the history
  16. fix: typo of fast_float_arm64_test.go

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7d0bb16 View commit details
    Browse the repository at this point in the history
  17. remake x86

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7ba2c51 View commit details
    Browse the repository at this point in the history
  18. feat: update x86 codes

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b71fd96 View commit details
    Browse the repository at this point in the history
  19. fix: x86 uinttest failed

    xiegx94 authored and AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    360d490 View commit details
    Browse the repository at this point in the history
  20. only support >=go1.20

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    25d26e4 View commit details
    Browse the repository at this point in the history
  21. test

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1559694 View commit details
    Browse the repository at this point in the history
  22. test

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d378be2 View commit details
    Browse the repository at this point in the history
  23. build: using Clang12

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    71935fe View commit details
    Browse the repository at this point in the history
  24. remove repeat benchmarks

    AsterDY committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d3ed0c0 View commit details
    Browse the repository at this point in the history
  25. resolve conflict

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

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    b526937 View commit details
    Browse the repository at this point in the history
  2. update CI

    AsterDY committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5c5a7b1 View commit details
    Browse the repository at this point in the history