X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/2921991916ba2362d054111a0d041ff170c899c1..b9b279b4105524d5d4e5dcd389141645d904aa0c:/base/dispatch.h diff --git a/base/dispatch.h b/base/dispatch.h index f778068c..dae6a689 100644 --- a/base/dispatch.h +++ b/base/dispatch.h @@ -181,7 +181,8 @@ enum { CPUFEAT_ARM_V4, /* VFPv4 and/or SIMD v2 */ CPUFEAT_ARM_D32, /* 32 double registers, not 16 */ CPUFEAT_X86_RDRAND, /* Built-in entropy source */ - CPUFEAT_ARM_AES /* AES instructions */ + CPUFEAT_ARM_AES, /* AES instructions */ + CPUFEAT_X86_AVX /* AVX 1 (i.e., 256-bit YMM regs) */ }; extern int cpu_feature_p(int /*feat*/);