in benchmarks/benchmark.c [169:172]
int full_isa_support(void) { int c = cpuid_extendedfeatures(); return (c & (1ul<<8)) && (c & (1ul<<19)); }