mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-20 12:50:57 +00:00
math backend setup
setup libraries for different simd isa's add float4 functions for c sse2 and avx2 (placeholder file for neon to be implemented on mac)
This commit is contained in:
parent
d0820996f3
commit
37aa67fa8a
9 changed files with 386 additions and 2 deletions
7
Engine/source/math/public/float4_dispatch.cpp
Normal file
7
Engine/source/math/public/float4_dispatch.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "math/public/float4_dispatch.h"
|
||||
|
||||
namespace math_backend::float4::dispatch
|
||||
{
|
||||
// Single definition of the global dispatch table
|
||||
Float4Funcs gFloat4{};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue