Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Issue 424763002: Activate SSE2 for all Visual Studio builds (Closed)

Created:
6 years, 4 months ago by danno
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Activate SSE2 for all Visual Studio builds BUG= R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22675

Patch Set 1 #

Patch Set 2 : Latest #

Patch Set 3 : Fix syntax error #

Patch Set 4 : Review feedback #

Patch Set 5 : Move flag to right place #

Patch Set 6 : Make merge clean #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M build/toolchain.gypi View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
danno
6 years, 4 months ago (2014-07-28 15:24:22 UTC) #1
Jakob Kummerow
Compiler settings belong in build/toolchain.gypi, in this case around line 458, so that we only ...
6 years, 4 months ago (2014-07-28 15:30:16 UTC) #2
danno
Please take another look
6 years, 4 months ago (2014-07-29 08:44:27 UTC) #3
Jakob Kummerow
lgtm
6 years, 4 months ago (2014-07-29 08:58:58 UTC) #4
Yang
On 2014/07/29 08:58:58, Jakob wrote: > lgtm So according to [0], we can use the ...
6 years, 4 months ago (2014-07-29 13:56:29 UTC) #5
danno
Committed patchset #6 manually as r22675 (presubmit successful).
6 years, 4 months ago (2014-07-30 08:21:21 UTC) #6
Will Harris
6 years, 4 months ago (2014-07-31 16:28:23 UTC) #7
Message was sent while issue was closed.
On 2014/07/30 08:21:21, danno wrote:
> Committed patchset #6 manually as r22675 (presubmit successful).

hello this is giving a ton of new warnings on a 64-bit build:

cl : Command line warning D9002 : ignoring unknown option '/arch:SSE2'

This is because SSE2 is always enabled on x86_64.

Can you wrap the 'AdditionalOptions': ['/arch:SSE2'], in an [target_arch ==
'x86'] conditional?

Powered by Google App Engine
This is Rietveld 408576698