1.

Solve : What is SSE2 amd why did they invert it??

Answer»

They did it back in 2000 as a improvement over MXX.
I don't understand either. So I forgot all about it.

But today I tried to install Firefox in Windows XP on an old Compaq Amanda laptop.
It said it needed a CPU with SSE2. HUH?

Do you remember? Why was it needed? Is it REALLY useful?
This article is not much help:
https://en.wikipedia.org/wiki/SSE2
It's an instruction set. It extends and in some WAYS replaces the SIMD INSTRUCTIONS ADDED to MMX, like SSE did before it. They allow performing certain operations on multiple pieces of data in fewer clock cycles than it would take to do the same with traditional instructions.

Firefox, and many other applications, now utilize compiler switches (Some of which are the default) to add optimizations to the software to utilize those new instruction sets. It can also be utilized for cryptography which makes it useful for things like SSL.

here is a wiki page describing new instructions added with each x86 Processor.



Discussion

No Comment Found