Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 433884 | Differences between
and this patch

Collapse All | Expand All

(-)sysdeps/x86_64/multiarch/init-arch.c (+2 lines)
Lines 154-159 __init_cpu_features (void) Link Here
154
		     : "=a" (xcrlow), "=d" (xcrhigh) : "c" (0));
154
		     : "=a" (xcrlow), "=d" (xcrhigh) : "c" (0));
155
		(xcrlow & 6) == 6; }))
155
		(xcrlow & 6) == 6; }))
156
	__cpu_features.feature[index_YMM_Usable] |= bit_YMM_Usable;
156
	__cpu_features.feature[index_YMM_Usable] |= bit_YMM_Usable;
157
      else
158
        __cpu_features.cpuid[COMMON_CPUID_INDEX_1].ecx &= ~bit_AVX;
157
    }
159
    }
158
160
159
  __cpu_features.family = family;
161
  __cpu_features.family = family;

Return to bug 433884