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
Turns out if a function doesn't have the "mmx" feature enabled (like the entire i586-unknown-linux-gnu target) then LLVM will codegen an error if we use the mmx registers there. I... am not entirely sure what the best way is to fix this.