I want to test how some code with hand written intrinsics will behave on platforms with different available instruction sets. By "behave" I mostly mean choose the right code path and not crash.
How can I do this without buying a bunch of machines? Do any of the virtual machine packages support this?