mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-20 04:40:54 +00:00
linux required changes
This commit is contained in:
parent
d8b511bbf9
commit
fa7a8df3aa
3 changed files with 14 additions and 3 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "math/mMath.h"
|
||||
#include "core/strings/stringFunctions.h"
|
||||
#include "console/engineAPI.h"
|
||||
#include "math/public/math_backend.h"
|
||||
|
||||
extern void mInstallLibrary_C();
|
||||
extern void mInstallLibrary_ASM();
|
||||
|
|
@ -90,6 +91,8 @@ void Math::init(U32 properties)
|
|||
Con::printf(" Installing Standard C extensions");
|
||||
mInstallLibrary_C();
|
||||
|
||||
math_backend::install_from_cpu_flags(properties);
|
||||
|
||||
#if defined(TORQUE_CPU_X32) || defined(TORQUE_CPU_X64)
|
||||
Con::printf(" Installing Assembly extensions");
|
||||
mInstallLibrary_ASM();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue