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?
@mattico noted some thoughts on the topic.