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
We are using __builtin calls in some of our bit manipulation functions. The idea is that the compiler will turn the builtin calls to native instructions, when compiled with the appropriate target flag. There are some indications that this is not always the case
We are using
__builtin
calls in some of our bit manipulation functions. The idea is that the compiler will turn the builtin calls to native instructions, when compiled with the appropriate target flag. There are some indications that this is not always the caseI have quickly checked our rank function's asm with objdump and it looks good; but we should do a deeper dive here.
The text was updated successfully, but these errors were encountered: