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
note that we already can mock the cpuid instruction in tests and the library by swapping it out with a custom fn. What do you think SDE can do here in addition?
For already-present cpu features, it just makes it so that we don't need to implement it manually, e.g. it has the option to pick uarch, cpu features etc. So, once completed, it should be less error-prone and more automated to test these
Another advantage is that it also implements future cpu features. So, instead of looking up Intel's manual for future features, we can just use intel sde.
I might be setting up Intel sde for one of my projects.
I think I can also squeeze in some work on testing with sde for cpuid crate as well.
This should be also good for testing future cpu features
Let me know if you are open to this.
The text was updated successfully, but these errors were encountered: