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
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
Although this library is geared more towards graphics / game development than numeric computation, I think double-typed SIMD vectors will be very useful for implementing various physics simulations (for example, a lot of the fluid simulations tend to use doubles instead of floats because of numerical stability.)
One caveat is that we would have to write special code for SIMD for this feature, as the library only provides SIMD wrapper operations for floats. Maybe if I have the time I would try working on it...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Although this library is geared more towards graphics / game development than numeric computation, I think double-typed SIMD vectors will be very useful for implementing various physics simulations (for example, a lot of the fluid simulations tend to use doubles instead of floats because of numerical stability.)
One caveat is that we would have to write special code for SIMD for this feature, as the library only provides SIMD wrapper operations for floats. Maybe if I have the time I would try working on it...
The text was updated successfully, but these errors were encountered: