[vector_math]: Use NEON intrinsics in Vec4 dot operation #177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "arm-neon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PabloMK7: Changes the Vec4 dot operation to use NEON intrinsics on ARM devices.
This function is used every time a triangle is added to the rendered, so it can be considered hot code. The other vector operations are not used as much, so there is no gain to provide NEON operations for them.
The improvements from this change are most likely minimal.
Co-authored-by: PabloMK7 hackyglitch2@gmail.com
861c6ef705
to37a410558e
WIP: [vector_math]: Use NEON intrinsics in Vec4 dot operationto [vector_math]: Use NEON intrinsics in Vec4 dot operation