看來256bit整數總算最多是4個
煙條浮點是256bit單元,如果可以這麼做,煙條跑128bit 浮點SSE應 ...
BMS 發表於 2012-10-25 17:00 
First of all, HT is only useful when a core is not full-loaded by a thread. If a core is running at 100% already, HT is useless.
Secondly, say there are 2 threads, both has one 128 bit instruction, HT does not mean you can assign a 128 bit instruction from another thread to run together with the 128 bit instruction of this thread. You can only run two 128 bit instructions from the same thread at the same time.
Thirdly, going 256 bit, means more data can be processed at once. Higher throughput. |