- May 26, 2011
- 43
- 0
- 0
I've been working with the Intel Quark (x1000 SoC) lately.
For old binary compatibility reasons, I'd like to be able to run the vector instructions that are missing on the Quark (SSE2 in particular).
Would I be better off writing an emulator that intercepts and runs the instructions in a hypervisor kind of setup, or could I actually get a co-processor chip (think x87) that I could use to offload instructions, perhaps across the PCI-E bus?
For old binary compatibility reasons, I'd like to be able to run the vector instructions that are missing on the Quark (SSE2 in particular).
Would I be better off writing an emulator that intercepts and runs the instructions in a hypervisor kind of setup, or could I actually get a co-processor chip (think x87) that I could use to offload instructions, perhaps across the PCI-E bus?