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
I would like it to be possible for programmers to run tests using intrinsics that their development platform doesn't have access to. For example, as someone developing on an Intel SandyBridge machine, I'd like to be able to run tests that use AVX512 intrinsics or even ARM tests.
Is this possible? Can some kind of VM make this happen?