Konstantin Ananyev c5cf148d89 acl: deduplicate AVX512 code
Current rte_acl_classify_avx512x32() and rte_acl_classify_avx512x16()
code paths are very similar. The only differences are due to
256/512 register/instrincts naming conventions.
So to deduplicate the code:
  - Move common code into “acl_run_avx512_common.h”
  - Use macros to hide difference in naming conventions

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2020-10-14 14:37:51 +02:00
..
2020-04-16 18:16:18 +02:00
2020-04-16 18:16:18 +02:00
2020-04-16 18:16:18 +02:00
2020-08-12 11:32:16 +02:00