Mercurial > mplayer.hg
changeset 16943:fab832f37083
Do not show cache-line size message, I've never seen a case where it was useful
author | reimar |
---|---|
date | Mon, 07 Nov 2005 16:16:14 +0000 |
parents | 3d43eb040393 |
children | 179a7a2857a8 |
files | cpudetect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cpudetect.c Mon Nov 07 10:30:37 2005 +0000 +++ b/cpudetect.c Mon Nov 07 16:16:14 2005 +0000 @@ -160,7 +160,7 @@ mp_msg(MSGT_CPUDETECT,MSGL_V,"extended cache-info: %d\n",regs2[2]&0x7FFFFFFF); caps->cl_size = regs2[2] & 0xFF; } - mp_msg(MSGT_CPUDETECT,MSGL_INFO,"Detected cache-line size is %u bytes\n",caps->cl_size); + mp_msg(MSGT_CPUDETECT,MSGL_V,"Detected cache-line size is %u bytes\n",caps->cl_size); #if 0 mp_msg(MSGT_CPUDETECT,MSGL_INFO,"cpudetect: MMX=%d MMX2=%d SSE=%d SSE2=%d 3DNow=%d 3DNowExt=%d\n", gCpuCaps.hasMMX,