Re: [dpdk-dev] vmovdqa64 instruction: how to be disabled in skylake CPU

2019-01-02 Thread Ferruh Yigit
On 12/23/2018 12:43 PM, zhuangyan wrote: > Hello, > > Is there any way to disable the generation of “vmovdqa64” instruction during > the compilation of dpdk library on Intel Skylake CPU? > > My dev VM uses Intel Skylake CPU while my test machine uses Intel uses > Intel(R) Xeon(R) CPU E5-2630 v4

[dpdk-dev] vmovdqa64 instruction: how to be disabled in skylake CPU

2018-12-23 Thread zhuangyan
Hello, Is there any way to disable the generation of “vmovdqa64” instruction during the compilation of dpdk library on Intel Skylake CPU? My dev VM uses Intel Skylake CPU while my test machine uses Intel uses Intel(R) Xeon(R) CPU E5-2630 v4 that is some sort of Intel Broadwell CPU. And my gene