It's a shared 256-bit FPU that can be independently split into two
128-bit FPUs for use by each integer core. 128-bit FPU is the vast
majority of FPU usage (such as x87, and SSE), 256-bit FPU is only
available through the new AVX instruction set, which is rarely used.
Yousuf Khan