Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Support for double vectors/matrices (with SIMD)? #32

Open
lasagnaphil opened this issue Oct 26, 2018 · 0 comments
Open

Support for double vectors/matrices (with SIMD)? #32

lasagnaphil opened this issue Oct 26, 2018 · 0 comments

Comments

@lasagnaphil
Copy link

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...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant