comparison cpudetect.c @ 28335:31287e75b5d8

HAVE_3DNOW --> HAVE_AMD3DNOW
author diego
date Mon, 26 Jan 2009 09:29:53 +0000
parents 51797a3b96d2
children 457eb94aaf59
comparison
equal deleted inserted replaced
28334:9e4c389f670f 28335:31287e75b5d8
226 #endif 226 #endif
227 #if !HAVE_SSE2 227 #if !HAVE_SSE2
228 if(caps->hasSSE2) mp_msg(MSGT_CPUDETECT,MSGL_WARN,"SSE2 supported but disabled\n"); 228 if(caps->hasSSE2) mp_msg(MSGT_CPUDETECT,MSGL_WARN,"SSE2 supported but disabled\n");
229 caps->hasSSE2=0; 229 caps->hasSSE2=0;
230 #endif 230 #endif
231 #if !HAVE_3DNOW 231 #if !HAVE_AMD3DNOW
232 if(caps->has3DNow) mp_msg(MSGT_CPUDETECT,MSGL_WARN,"3DNow supported but disabled\n"); 232 if(caps->has3DNow) mp_msg(MSGT_CPUDETECT,MSGL_WARN,"3DNow supported but disabled\n");
233 caps->has3DNow=0; 233 caps->has3DNow=0;
234 #endif 234 #endif
235 #if !HAVE_3DNOWEXT 235 #if !HAVE_AMD3DNOWEXT
236 if(caps->has3DNowExt) mp_msg(MSGT_CPUDETECT,MSGL_WARN,"3DNowExt supported but disabled\n"); 236 if(caps->has3DNowExt) mp_msg(MSGT_CPUDETECT,MSGL_WARN,"3DNowExt supported but disabled\n");
237 caps->has3DNowExt=0; 237 caps->has3DNowExt=0;
238 #endif 238 #endif
239 #endif // RUNTIME_CPUDETECT 239 #endif // RUNTIME_CPUDETECT
240 } 240 }