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

Linux Aarch64 support #641

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 27, 2024

  1. Use sse2neon.h when running on ARM64

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    98192bf View commit details
    Browse the repository at this point in the history
  2. Extract the arch specific CXXFLAGS

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4b4ba19 View commit details
    Browse the repository at this point in the history
  3. Add CI job for testing on Linux aarch64 via QEMU (hardware emulation)

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ca79b80 View commit details
    Browse the repository at this point in the history