Print about SSE extensions support

This commit is contained in:
Stanislav Shwartsman 2008-05-01 23:08:36 +00:00
parent 0d976801be
commit 6ed8e80d8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: main.cc,v 1.379 2008-04-27 19:48:57 sshwarts Exp $
// $Id: main.cc,v 1.380 2008-05-01 23:08:36 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -987,7 +987,7 @@ void bx_init_hardware()
if (BX_SUPPORT_SSE == 0)
BX_INFO((" SSE support: no"));
else
BX_INFO((" SSE support: %d",BX_SUPPORT_SSE));
BX_INFO((" SSE support: %d%s",BX_SUPPORT_SSE,BX_SUPPORT_SSE_EXTENSION?"E":""));
BX_INFO((" CLFLUSH support: %s",BX_SUPPORT_CLFLUSH?"yes":"no"));
BX_INFO((" VME support: %s",BX_SUPPORT_VME?"yes":"no"));
BX_INFO((" 3dnow! support: %s",BX_SUPPORT_3DNOW?"yes":"no"));