mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 12:20:57 +00:00
moar changes
mac implementation had _mm_div (x86 intrinsic)
This commit is contained in:
parent
4e7fdd167b
commit
9ebcee420f
9 changed files with 248 additions and 16 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#pragma once
|
||||
#ifndef _FLOAT4_DISPATCH_H_
|
||||
#define _FLOAT4_DISPATCH_H_
|
||||
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace math_backend::float4::dispatch
|
||||
|
|
@ -32,3 +36,5 @@ namespace math_backend::float4::dispatch
|
|||
// Centralized installer (engine calls this once)
|
||||
void install_preferred();
|
||||
}
|
||||
|
||||
#endif // !_FLOAT4_DISPATCH_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue