[Development] Enabling SSE2 by default on x86 builds (32-bit)

Allan Sandfeld Jensen kde at carewolf.com
Wed Dec 11 01:01:30 CET 2013


On Tuesday 10 December 2013, Thiago Macieira wrote:
> [*] note that it's technically SSE support; SSE2 added the integer
> operations to SSE, which isn't what QtQuick needs.
SSE2 also added support for double, SSE(1) only had 32bit float support. Which 
is why it is only with SSE2 that you can fully replace x87 with SSE in C/C++.

`Allan




More information about the Development mailing list