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
Fixing this would probably require switching from interop_category to unknown_category (and retaining the original code value) as mentioned in #95. Also, the
There's room for improvement both when the RHS is unknown (https://godbolt.org/z/sK3G6j3e6) and when it's known (https://godbolt.org/z/6M9qd4dqa). (GCC does best here; Clang is even worse.)
Fixing this would probably require switching from
interop_category
tounknown_category
(and retaining the original code value) as mentioned in #95. Also, thelogic should probably be changed to an explicit
if
tree.The text was updated successfully, but these errors were encountered: