<p>Am 19.05.2017 13:32 schrieb "Graeme Geldenhuys" <<a href="mailto:mailinglists@geldenhuys.co.uk">mailinglists@geldenhuys.co.uk</a>>:<br>
><br>
> On 2017-05-19 12:11, Nikolay Nikolov wrote:<br>
>><br>
>> In FPC, if you want to use SSE and<br>
>> avoid the x87 FPU, you have to compile with a specific compiler options<br>
>> and forfeit the option for your executable to run on non-SSE capable<br>
>> CPUs, because FPC generates native code. If you want to keep<br>
><br>
><br>
> All good and well... Yes, we tried compiling the demo with SSE3 explicitly enabled. No performance increase! What did happen though is that we got random crashes after a few seconds of the application running.</p>
<p>You only compiled the program with SSE, but not the RTL. And to completely avoid the x87 FPU you additionally need to fiddle around with some defines/code inside the compiler as well.</p>
<p>Regards,<br>
Sven</p>