config: disable vector optimizations in sched library
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Tue, 1 Dec 2015 15:13:23 +0000 (16:13 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 6 Dec 2015 00:02:51 +0000 (01:02 +0100)
commite3787501d29e15758e3ef2e1350e89b2687a028f
tree7054e07732ca6d4a30251f7dc50109945e56cc9e
parentcdb6d34b9f4959cb94eab100feb169c69598a975
config: disable vector optimizations in sched library

As it causes issues when building with RTE_MACHINE=default due to SSE4.x
requirements and in other discussions was so far rated "lightly tested and
doesn't provide really significant performance improvement" let us disable
that in the default config.
(=> http://dpdk.org/ml/archives/dev/2015-November/029067.html)

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
config/common_bsdapp
config/common_linuxapp