From 43da1e78c40ba4f948bfe20536ccc18b2f25c8f7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Jul 2012 17:31:38 +0200 Subject: Rip out 3DNOW support Ancient AMD specific enhancement to the MMX instruction set. Officually discontinued by AMD. Note that support for this was already disabled in the previous commit. This commit removes the actual code. --- loader/win32.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'loader') diff --git a/loader/win32.c b/loader/win32.c index 33d3303ea6..3f1ef66a49 100644 --- a/loader/win32.c +++ b/loader/win32.c @@ -1020,8 +1020,6 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si) PF[PF_XMMI_INSTRUCTIONS_AVAILABLE] = TRUE; if (gCpuCaps.hasSSE2) PF[PF_XMMI64_INSTRUCTIONS_AVAILABLE] = TRUE; - if (gCpuCaps.has3DNow) - PF[PF_AMD3D_INSTRUCTIONS_AVAILABLE] = TRUE; cachedsi.dwProcessorType = PROCESSOR_INTEL_PENTIUM; cachedsi.wProcessorLevel = 5; -- cgit v1.2.3