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
In the worst-case scenario we may call CPUID several times instead of just one, but I don't think it's a big deal. Also it will remove spin crate from our dependency tree, which will help a bit with std inclusion.
See this issue: rust-lang-nursery/lazy-static.rs#150
I think we can relatively easily replace code here with something like this:
In the worst-case scenario we may call CPUID several times instead of just one, but I don't think it's a big deal. Also it will remove
spin
crate from our dependency tree, which will help a bit withstd
inclusion.cc @josephlr
The text was updated successfully, but these errors were encountered: