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