windows support
Opened this issue · 0 comments
blackwer commented
Likely the main issue is just the cpu dispatch logic. Most (all?) other code should be C++ standard. If not, boo on me.
See: https://learn.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex?view=msvc-170 for an example of how to detect CPU features at runtime.