public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-drop_sse2-r1.patch
@ 2010-04-19  9:09 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-04-19  9:09 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/04/19 09:09:45

  Added:                chromium-drop_sse2-r1.patch
  Log:
  Update drop_sse2 patch, bug #315247
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-client/chromium/files/chromium-drop_sse2-r1.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/files/chromium-drop_sse2-r1.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/files/chromium-drop_sse2-r1.patch?rev=1.1&content-type=text/plain

Index: chromium-drop_sse2-r1.patch
===================================================================
--- build/common.gypi.orig	2010-04-19 10:21:47.000000000 +0200
+++ build/common.gypi	2010-04-19 10:23:40.000000000 +0200
@@ -890,13 +890,14 @@
             # compiler optimized the code, since the value is always kept
             # in its specified precision.
             'conditions': [
-              ['branding=="Chromium"', {
-                'cflags': [
-                  '-march=pentium4',
-                  '-msse2',
-                  '-mfpmath=sse',
-                ],
-              }],
+	    # Disabled: see http://code.google.com/p/chromium/issues/detail?id=9007
+            #  ['branding=="Chromium"', {
+            #    'cflags': [
+            #      '-march=pentium4',
+            #      '-msse2',
+            #      '-mfpmath=sse',
+            #    ],
+            #  }],
               # ChromeOS targets Pinetrail, which is ssse3, but most of the
               # benefit comes from sse2 so this setting allows ChromeOS
               # to build on other CPUs.  In the future -march=atom would help
@@ -909,13 +910,13 @@
             ],
             # -mmmx allows mmintrin.h to be used for mmx intrinsics.
             # video playback is mmx and sse2 optimized.
-            'cflags': [
-              '-m32',
-              '-mmmx',
-            ],
-            'ldflags': [
-              '-m32',
-            ],
+            #'cflags': [
+            #  '-m32',
+            #  '-mmmx',
+            #],
+            #'ldflags': [
+            #  '-m32',
+            #],
           }],
           ['target_arch=="arm"', {
             'target_conditions': [






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-drop_sse2-r1.patch
@ 2010-05-05 12:33 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-05-05 12:33 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/05/05 12:33:26

  Removed:              chromium-drop_sse2-r1.patch
  Log:
  Drop SSE2 patch, it can now be disabled via a gyp define
  (Portage version: 2.2_rc67/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-05 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 12:33 [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-drop_sse2-r1.patch Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-19  9:09 Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox