<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 and mesa 11.0.2"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92214#c35">Comment # 35</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 and mesa 11.0.2"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92214">bug 92214</a>
              from <span class="vcard"><a class="email" href="mailto:mister.freeman@laposte.net" title="Barto <mister.freeman@laposte.net>"> <span class="fn">Barto</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=119117" name="attach_119117" title="patch who solves the bug by removing explicitely SSE4 when the CPU doesn't support SSE4">attachment 119117</a> <a href="attachment.cgi?id=119117&action=edit" title="patch who solves the bug by removing explicitely SSE4 when the CPU doesn't support SSE4">[details]</a></span>
patch who solves the bug by removing explicitely SSE4 when the CPU doesn't
support SSE4

this the modified version of the Jose's patch,

this patch who solves the bug by removing explicitely SSE4 when the CPU doesn't
support SSE4,

the new lines :

+   if (!util_cpu_caps.has_sse4_1) {
+#if HAVE_LLVM >= 0x0304
+      MAttrs.push_back("-sse4.1");
+#else
+      MAttrs.push_back("-sse41");
+#endif
+   }</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>