Hi Zoltan,
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Zoltan Kiss
> Sent: Saturday, September 26, 2015 6:59 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] acl: fix target arch detection
>
> This test selects AVX2 co
This test selects AVX2 code even if the target architecture doesn't support it.
Signed-off-by: Zoltan Kiss
---
diff --git a/lib/librte_acl/Makefile b/lib/librte_acl/Makefile
index 46acc2b..17a9f96 100644
--- a/lib/librte_acl/Makefile
+++ b/lib/librte_acl/Makefile
@@ -57,7 +57,7 @@ CFLAGS_acl_run_
2 matches
Mail list logo