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

[dpdk-rs] update intrinsics flags for bindgen and inline #1099

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Dec 19, 2023

  1. [dpdk-rs] Enhancement: update intrinsics flags for bindgen and inline

    * Add the -mavx flag to build of the inline translation unit to match
      the flag passed to clang for bindgen.
    
    * Add the rtm and cldemote flags for both bindgen and inline to make
      visible respective intrinsics in the application namespace. This
      allows build.rs to be robust to DPDK that may have intrinsics option
      enabled instead of inline asm.
    
    Signed-off-by: Tyler Retzlaff <roretzla@microsoft.com>
    tylerretzlaff committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1b33d79 View commit details
    Browse the repository at this point in the history