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

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

Description

@lasagnaphil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions