Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information