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
The __builtin_bswap64 causes problems on Windows (Visual Studio 2022 with cpp 20)
_byteswap_uint64 seems like a solution to this, but I haven't tried yet - will do in a couple of days.
Regards
The text was updated successfully, but these errors were encountered:
The __builtin_bswap64 causes problems on Windows (Visual Studio 2022 with cpp 20)
_byteswap_uint64 seems like a solution to this, but I haven't tried yet - will do in a couple of days.
Regards
The text was updated successfully, but these errors were encountered: