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
Windows, macOS (Intel and m1/m2) and a lot of UNIX based systems use little endian byte order. However, not all of them do, so support for such architectures would be nice.
Could be done using a data_view class which wrapps std::ifstream.
The text was updated successfully, but these errors were encountered:
Windows, macOS (Intel and m1/m2) and a lot of UNIX based systems use little endian byte order. However, not all of them do, so support for such architectures would be nice.
Could be done using a
data_view
class which wrappsstd::ifstream
.The text was updated successfully, but these errors were encountered: