mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 12:20:57 +00:00
cleanup console spam
This commit is contained in:
parent
65850df9bd
commit
014e319aa8
3 changed files with 4 additions and 41 deletions
|
|
@ -109,15 +109,9 @@ void Math::init(U32 properties)
|
|||
Con::printf("Math Init:");
|
||||
Con::printf(" Installing Standard C extensions");
|
||||
mInstallLibrary_C();
|
||||
|
||||
math_backend::install_from_cpu_flags(properties);
|
||||
|
||||
#ifdef TORQUE_CPU_X86
|
||||
if( properties & CPU_PROP_SSE )
|
||||
{
|
||||
Con::printf( " Installing SSE extensions" );
|
||||
}
|
||||
#endif
|
||||
Con::printf( " Installing ISA extensions" );
|
||||
math_backend::install_from_cpu_flags(properties);
|
||||
|
||||
Con::printf(" ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue