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
Moscow ML almost have the functionality that you are asking for in the Mosml module. For example, the Mosml.doubleVec function converts a real to an eight-element vector of Word8.word but in big-endian.
It would be nice to have PackRealLittle as documented here: https://smlfamily.github.io/Basis/pack-float.html
Probably needs #62 to be implemented first.
PackReal32Little and PackReal64Little would also be useful, except that MosML does not have Real32.
The text was updated successfully, but these errors were encountered: