Reviewers: Jakob,

Message:
PTAL

Description:
Only activate SSE2 by default on ia32

Please review this at https://codereview.chromium.org/432863002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -0 lines):
  M build/toolchain.gypi


Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index 9650792e12529826734122054b1bc8668fdabeeb..d372259db3a03607b78530b37d5a14f3f9bc1247 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -460,6 +460,8 @@
           'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
           'CharacterSet': '1',
         },
+      }],
+      ['OS=="win" and target_arch=="ia32"', {
         'msvs_settings': {
           'VCCLCompilerTool': {
# Ensure no surprising artifacts from 80bit double math with x86.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to