Qt 5 requires SSE2. It is possible to compile it so that it does not use SSE2, but then everyone will have worse performance to support a few ancient computers. It is not possible to get Qt 5 to select whether to use SSE2 at runtime, it has to be at compile time.
|