examples/performance-thread: remove non-SSE4 fallbacks
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Jun 2017 15:23:13 +0000 (16:23 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 Jul 2017 12:39:18 +0000 (14:39 +0200)
commit8152e00dce1972be8ad3a39804d65cf8a67a3211
treea28321c36202b3b7301d7159fb4180eefcdc8535
parent193f9ec5c0405073a5adf52c477cc6cf78162d96
examples/performance-thread: remove non-SSE4 fallbacks

Since this example is for x86_64 platforms only, and since SSE4 is now a
mandatory requirement, we can remove the ifdefs checking for that
instruction set level, and the fallbacks if it is not present.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
examples/performance-thread/l3fwd-thread/main.c