Neil,
I didn't compiled ACL library on Power because SSE is not supported by
Power. This is why ACL compiling was
turned off on Power. rte_cpu_flag_t is an architecture specific value,
each CPU has its own rte_cpu_flag_t . The Power one has no influence on
x86, so I think there should be no bui
On Tue, Nov 25, 2014 at 11:27:31AM +0800, Chao Zhu wrote:
> Neil,
>
> I didn't compiled ACL library on Power because SSE is not supported by
> Power. This is why ACL compiling was
> turned off on Power. rte_cpu_flag_t is an architecture specific value, each
> CPU has its own rte_cpu_flag_t . The P
On Sun, Nov 23, 2014 at 08:22:16PM -0500, Chao Zhu wrote:
> IBM Power processor doesn't have CPU flag hardware registers. This patch
> uses aux vector software register to get CPU flags and add CPU flag
> checking support for IBM Power architecture.
>
> Signed-off-by: Chao Zhu
> ---
> app/test/t
IBM Power processor doesn't have CPU flag hardware registers. This patch
uses aux vector software register to get CPU flags and add CPU flag
checking support for IBM Power architecture.
Signed-off-by: Chao Zhu
---
app/test/test_cpuflags.c | 35
.../common/include
4 matches
Mail list logo