X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fcpu.h;h=31a6e5b48e060ab6fad93afb7b49baccd1065ccb;hb=65ec33bd006406c220cb6acb93fdd97894b0107c;hp=ac9ae2bc7bdb099156ee46fb152cd9a4f392af5b;hpb=2d6fc6b082c9b4bf9481b58f68def13792822805;p=vpp.git diff --git a/src/vppinfra/cpu.h b/src/vppinfra/cpu.h index ac9ae2bc7bd..31a6e5b48e0 100644 --- a/src/vppinfra/cpu.h +++ b/src/vppinfra/cpu.h @@ -120,10 +120,17 @@ _ (ssse3, 1, ecx, 9) \ _ (sse41, 1, ecx, 19) \ _ (sse42, 1, ecx, 20) \ _ (avx, 1, ecx, 28) \ +_ (rdrand, 1, ecx, 30) \ _ (avx2, 7, ebx, 5) \ +_ (rtm, 7, ebx, 11) \ +_ (pqm, 7, ebx, 12) \ +_ (pqe, 7, ebx, 15) \ _ (avx512f, 7, ebx, 16) \ +_ (rdseed, 7, ebx, 18) \ _ (x86_aes, 1, ecx, 25) \ _ (sha, 7, ebx, 29) \ +_ (vaes, 7, ecx, 9) \ +_ (vpclmulqdq, 7, ecx, 10) \ _ (invariant_tsc, 0x80000007, edx, 8)