mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
* BugFix: Remove unused 3DNow! extensions and broken SSE extensions.
This commit is contained in:
parent
27fd15de83
commit
c687c0d23a
7 changed files with 11 additions and 448 deletions
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
extern void mInstallLibrary_C();
|
||||
extern void mInstallLibrary_Vec();
|
||||
extern void mInstall_Library_SSE();
|
||||
|
||||
static MRandomLCG sgPlatRandom;
|
||||
|
||||
|
|
@ -115,7 +114,6 @@ void Math::init(U32 properties)
|
|||
if( properties & CPU_PROP_SSE )
|
||||
{
|
||||
Con::printf( " Installing SSE extensions" );
|
||||
mInstall_Library_SSE();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue