[dpdk-dev] [PATCH v2 16/16] acl: check for SSE 4.1 support

2015-10-27 Thread Jan Viktorin
at dpdk.org > > Subject: [dpdk-dev] [PATCH v2 16/16] acl: check for SSE 4.1 support > > > > The main goal of this check is to avoid passing the -msse4.1 > > option to the GCC that does not support it (like arm toolchains). > > > > Anyway, the ACL library does not

[dpdk-dev] [PATCH v2 16/16] acl: check for SSE 4.1 support

2015-10-27 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jan Viktorin > Sent: Monday, October 26, 2015 4:38 PM > To: Thomas Monjalon; Hunt, David; dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 16/16] acl: check for SSE 4.1 support > > The ma

[dpdk-dev] [PATCH v2 16/16] acl: check for SSE 4.1 support

2015-10-26 Thread Jan Viktorin
The main goal of this check is to avoid passing the -msse4.1 option to the GCC that does not support it (like arm toolchains). Anyway, the ACL library does not compile on ARM. Signed-off-by: Jan Viktorin --- lib/librte_acl/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/lib/lib