Torque3D/Engine/source/math/public/float4_dispatch.cpp

8 lines
166 B
C++
Raw Normal View History

#include "math/public/float4_dispatch.h"
namespace math_backend::float4::dispatch
{
// Single definition of the global dispatch table
Float4Funcs gFloat4{};
}