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
Is it possible to convert posit to uint64_t which result the same as (uint64_t) &( posit to double) without converting to double first? In fact, I can't use xmm register at conversion.
The text was updated successfully, but these errors were encountered:
Picked this back up, but now I realize that I do not quite understand the ask. I thought initially that you simply wanted the posit bits returned in a uint64_t. But (uint64_t) &(posit to double) would imply that you want the address of a double conversion result, which would require a conversion to double, conflicting with your request.
So, I need a little bit more information about what you need in the API.
Is it possible to convert posit to uint64_t which result the same as (uint64_t) &( posit to double) without converting to double first? In fact, I can't use xmm register at conversion.
The text was updated successfully, but these errors were encountered: