mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 12:20:57 +00:00
fix batch on neon
This commit is contained in:
parent
add7f2a5d7
commit
c09d5a4579
4 changed files with 21 additions and 21 deletions
|
|
@ -21,7 +21,7 @@ namespace math_backend::mat44::dispatch
|
|||
void (*scale)(float*, const float*) = nullptr;
|
||||
void (*get_scale)(const float*, float*) = nullptr;
|
||||
|
||||
void (*batch_mul_pos3)(const float* m, const float* pts, size_t count, float* result_ptrs) = nullptr;
|
||||
void (*batch_mul_pos3)(const float* m, const float* pts, int count, float* result_ptrs) = nullptr;
|
||||
};
|
||||
|
||||
// Global dispatch table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue