mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-20 12:50:57 +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
|
|
@ -48,6 +48,7 @@ void math_backend::install_from_cpu_flags(uint32_t cpu_flags)
|
|||
#elif defined(__aarch64__) || defined(__ARM_NEON)
|
||||
case backend::neon:
|
||||
float4::dispatch::install_neon();
|
||||
float3::dispatch::install_neon();
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue