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
I examined the generated assembly code for __lslint32 and __lsrint32, and they are already highly optimized with an implementation close to that of the corresponding monitor calls.
The library functions
__lslint32
and__lsrint32
can be optimized by making use of the monitor callsshl32
andshr32
.The text was updated successfully, but these errors were encountered: