Difference between revisions of "Talk:BuildingWindows"

From Mumble Wiki
Jump to: navigation, search
 
(MMX and SSE)
Line 1: Line 1:
 
Hi, I have problem with enabling MMX and SSE instructions. I followed build instructions to the letter, but configure always tell MMX no, SSE no?
 
Hi, I have problem with enabling MMX and SSE instructions. I followed build instructions to the letter, but configure always tell MMX no, SSE no?
 +
 +
== MMX and SSE ==
 +
 +
You're not telling Qt to use it's explicit MMX and SSE optimizations, you're telling the compiler that it's ok to use it automatically :) So if Qt says MMX: no, don't worry about it.
 +
[[User:Slicer|Slicer]] 15:54, 21 July 2007 (PDT)

Revision as of 22:54, 21 July 2007

Hi, I have problem with enabling MMX and SSE instructions. I followed build instructions to the letter, but configure always tell MMX no, SSE no?

MMX and SSE

You're not telling Qt to use it's explicit MMX and SSE optimizations, you're telling the compiler that it's ok to use it automatically :) So if Qt says MMX: no, don't worry about it. Slicer 15:54, 21 July 2007 (PDT)