has_vector
static __always_inline bool has_vector(void) { return false; }
static __always_inline bool has_vector(void)
#define has_vector() (getauxval(AT_HWCAP) & COMPAT_HWCAP_ISA_V)