commit | 162330f25aeec09694fffaaa31ba9b318620eb9c | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Wed Apr 29 21:28:15 2020 +0200 |
committer | Damjan Marion <damarion@cisco.com> | Thu Apr 30 13:25:29 2020 +0200 |
tree | 4c7a10aae7b2e5d54ef21260d08ad3671d44b061 | |
parent | dc0ded7dd7a6b8ee68df25cd56666de804e55e64 [diff] [blame] |
build: rework x86 CPU variants Type: improvement Change-Id: Ief243f88e654e578ef9b8060fcf535b364aececb Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/src/vppinfra/string.h b/src/vppinfra/string.h index a3db926..3dafe89 100644 --- a/src/vppinfra/string.h +++ b/src/vppinfra/string.h
@@ -71,7 +71,7 @@ * so don't let it anywhere near them. */ #ifndef __COVERITY__ -#if __AVX512F__ +#if __AVX512BITALG__ #include <vppinfra/memcpy_avx512.h> #elif __AVX2__ #include <vppinfra/memcpy_avx2.h>