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
foo should be statically dispatched when invoked in bar, since the CPU features have already been established when dispatching bar. It would also be nice if this even worked when functions have mismatched feature sets (x86+sse+avx should be able to statically dispatch x86+sse functions).