mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-21 05:10:53 +00:00
mac isa neon update
added float3 restructured the classes to look more like the final version of the x86 classes
This commit is contained in:
parent
657a606c57
commit
d8b511bbf9
4 changed files with 169 additions and 33 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#import "math/mMath.h"
|
||||
#import "core/strings/stringFunctions.h"
|
||||
#include "console/engineAPI.h"
|
||||
#include "math/public/math_backend.h"
|
||||
|
||||
extern void mInstallLibrary_C();
|
||||
|
||||
|
|
@ -107,7 +108,9 @@ void Math::init(U32 properties)
|
|||
|
||||
Con::printf("Math Init:");
|
||||
Con::printf(" Installing Standard C extensions");
|
||||
mInstallLibrary_C();
|
||||
mInstallLibrary_C();
|
||||
|
||||
math_backend::install_from_cpu_flags(properties);
|
||||
|
||||
#ifdef TORQUE_CPU_X86
|
||||
if( properties & CPU_PROP_SSE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue