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
To make a 64 bit (signed) int out of those return values I would have to test the highest bit in the lowest word and, if set, fill the high word with FF bytes which is the kind of extra processing I was hoping to avoid by using your library.
Hi, I really like your library - thanks for sharing it. I'm having the issue described above.
To make a 64 bit (signed) int out of those return values I would have to test the highest bit in the lowest word and, if set, fill the high word with
FF
bytes which is the kind of extra processing I was hoping to avoid by using your library.This is the result I would expect:
The text was updated successfully, but these errors were encountered: