You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have the same math functions from Raylib.
This, however, adds bloat to the API and the functions do not support SIMD (SEE and NEON).
Maybe it would be a good idea to move to another math library like Handmade Math since it is well maintained and has SEE support (though no NEON support apparently).
If anyone has better suggestions or ideas regarding this please mention them.
We could also just add SEE and NEON support to the math functions.
The text was updated successfully, but these errors were encountered:
Currently, we have the same math functions from Raylib.
This, however, adds bloat to the API and the functions do not support SIMD (SEE and NEON).
Maybe it would be a good idea to move to another math library like Handmade Math since it is well maintained and has SEE support (though no NEON support apparently).
If anyone has better suggestions or ideas regarding this please mention them.
We could also just add SEE and NEON support to the math functions.
The text was updated successfully, but these errors were encountered: