Tagged Questions

2
votes
2answers
490 views

SSE and hyper threading

Are SSE registers shared or duplicated between logical processors (hyper threading) ? Can I expect the same kind of speedup from parallelization for a SSE heavy program as for a normal program (Intel ...