A single core processor which support SSE2 have 8 corresponding registers.
Does the multicore processor have dedicated and independent registers for each of its core ?
I have a program with utilize many SSE2 instructions. I'm thinking to speed up it with
threading tech by intel TBB. I wonder if the SSE2 registers will suffer the
race hazard problem.
Thanks!