X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fcpu.h;h=48c68a1169936641f779b10c59f77f68cd0c3923;hb=90d28846f963a86d760b4a6b83aed62b862f1c61;hp=3e52087f1f02935e074c28f94f6f7c601c12ae83;hpb=7f4fd22f2f56b2b4620139d377e8db0976a2ae3b;p=vpp.git diff --git a/src/vppinfra/cpu.h b/src/vppinfra/cpu.h index 3e52087f1f0..48c68a11699 100644 --- a/src/vppinfra/cpu.h +++ b/src/vppinfra/cpu.h @@ -116,6 +116,7 @@ _CLIB_MARCH_FN_REGISTRATION(fn) #endif #define foreach_x86_64_flags \ _ (sse3, 1, ecx, 0) \ +_ (pclmulqdq, 1, ecx, 1) \ _ (ssse3, 1, ecx, 9) \ _ (sse41, 1, ecx, 19) \ _ (sse42, 1, ecx, 20) \