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

Issue 383543003: Port the __SSE2__ code to Visual C++. (Closed)

Created:
6 years, 5 months ago by wtc
Modified:
6 years, 5 months ago
Reviewers:
Nico
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Port the __SSE2__ code to Visual C++. R=thakis@chromium.org BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282773

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add a comment about MSVC predefined macro _M_IX86_FP. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -8 lines) Patch
M net/tools/balsa/balsa_frame.cc View 1 6 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
wtc
https://codereview.chromium.org/383543003/diff/1/net/tools/balsa/balsa_frame.cc File net/tools/balsa/balsa_frame.cc (right): https://codereview.chromium.org/383543003/diff/1/net/tools/balsa/balsa_frame.cc#newcode7 net/tools/balsa/balsa_frame.cc:7: #if !defined(__SSE2__) && _M_IX86_FP == 2 _M_IX86_FP is 2 ...
6 years, 5 months ago (2014-07-09 22:51:52 UTC) #1
Nico
How about you just delete the #if __SSE2__ blocks? That makes the code shorter, and ...
6 years, 5 months ago (2014-07-09 22:57:19 UTC) #2
wtc
This file is shared with the internal server code, so it is better to minimize ...
6 years, 5 months ago (2014-07-09 23:02:38 UTC) #3
Nico
If speed is important for the internal server code, this lgtm. Else I'd delete it ...
6 years, 5 months ago (2014-07-09 23:17:33 UTC) #4
wtc
The CQ bit was checked by wtc@chromium.org
6 years, 5 months ago (2014-07-11 19:53:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/383543003/20001
6 years, 5 months ago (2014-07-11 19:54:05 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-12 01:33:07 UTC) #7
Message was sent while issue was closed.
Change committed as 282773

Powered by Google App Engine
This is Rietveld 408576698