Revision: 22675
Author:   [email protected]
Date:     Tue Jul 29 14:31:12 2014 UTC
Log:      Activate SSE2 for all Visual Studio builds

BUG=
[email protected]

Review URL: https://codereview.chromium.org/424763002
http://code.google.com/p/v8/source/detail?r=22675

Modified:
 /branches/bleeding_edge/build/toolchain.gypi

=======================================
--- /branches/bleeding_edge/build/toolchain.gypi Fri Jul 18 11:36:40 2014 UTC +++ /branches/bleeding_edge/build/toolchain.gypi Tue Jul 29 14:31:12 2014 UTC
@@ -452,6 +452,12 @@
           'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
           'CharacterSet': '1',
         },
+        'msvs_settings': {
+          'VCCLCompilerTool': {
+ # Ensure no surprising artifacts from 80bit double math with x86.
+            'AdditionalOptions': ['/arch:SSE2'],
+          },
+        },
       }],
       ['OS=="win" and v8_enable_prof==1', {
         'msvs_settings': {

--
--
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