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

ARM support for BESS #1041

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

ARM support for BESS #1041

wants to merge 2 commits into from

Commits on Jul 25, 2022

  1. ARM support for BESS

    * Added build flags for compiling DPDK on ARM
    * Added sse2neon as a submodule for translating Intel SSE intrinsics to
      Arm/Aarch64 NEON implementation: https://github.com/DLTcollab/sse2neon
    * Implemented SSE4.2 _mm_cmpstri as not supported by sse2neon. Adapted
      from: https://github.com/apache/impala/blob/master/be/src/util/sse-util.h
    * Added equivalent arm64 asm for x86_64 asm.
    aagontuk committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7bad024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf2b21 View commit details
    Browse the repository at this point in the history