crypto/zuc: remove check for SSE4
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Jun 2017 15:23:07 +0000 (16:23 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 Jul 2017 12:39:18 +0000 (14:39 +0200)
commit541ce1c7074c1c0cec531c5e9d4081908f1680e5
tree6509e3cad348b1f4fa1ea806fcac75fe067fbdad
parentcfcb2003c00f900a00d62c7b4518f3d935751b06
crypto/zuc: remove check for SSE4

Since SSE4 is now part of the minimum requirements for DPDK, we don't need
to check for its presence any more.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
drivers/crypto/zuc/rte_zuc_pmd.c