SSE2 has nothing todo with multithreading or 128bit data types, its actually just a way to do arithmetic really fast by using magic known as SIMD (single instruction, multiple data).
I just searched for it in the english entry for it on wikipedia and understood SSE2 much better. Check the spanish page wikipedia has for it. It is misleading and makes you think SSE2 is SIMD + 128bit...