Does anybody know whether SSE2 is backward compatibile or not ? I have written a code using SSE instruction set. What will happen to this source code when I try to execute the code on a CPU that does not support SSE. The CPU however supports SSE2.

atisamuel