mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 20:30:58 +00:00
setup libraries for different simd isa's add float4 functions for c sse2 and avx2 (placeholder file for neon to be implemented on mac)
7 lines
166 B
C++
7 lines
166 B
C++
#include "math/public/float4_dispatch.h"
|
|
|
|
namespace math_backend::float4::dispatch
|
|
{
|
|
// Single definition of the global dispatch table
|
|
Float4Funcs gFloat4{};
|
|
}
|