Replies: 2 comments
-
Hi. zmath was written specifically with floating point operations in mind. However, I can't think of a particular reason not to consider generalizing to integers. What do you think @michal-z ? |
Beta Was this translation helpful? Give feedback.
-
While we're on the topic, could f64 also be supported? Especially given the fact that zphysics is capable of running on f64, the interop between them would be nicer if zmath could be made more generic. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom fixed point type that relies on signed integers operations for its behavior
I was wondering if I could use zmath to power its linear algebra operations, but I didn't see any
I32x4
fundamental type in the libraryAre int types not supported, or did I just miss their code on my search?
If not supported, are they desirable or are they against the design of the library for some reason?
Beta Was this translation helpful? Give feedback.
All reactions