diff --git a/test/zdtm/static/fpu01.c b/test/zdtm/static/fpu01.c index bc41b6977..11c480546 100644 --- a/test/zdtm/static/fpu01.c +++ b/test/zdtm/static/fpu01.c @@ -19,7 +19,7 @@ static int verify_cpu(void) /* Do we have xsave? */ cpuid(1, &eax, &ebx, &ecx, &edx); - if (!(ecx & (1u << 26))) + if (!(ecx & (1u << 27))) return -1; /* Is YMM here? */