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

Issue 814273004: Disable auto-vectorization of P224 ReduceLarge() under GCC (Closed)

Created:
6 years ago by Wez
Modified:
6 years ago
Reviewers:
cmtice, agl
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable auto-vectorization of P224 ReduceLarge() under GCC. Something about automatic tree vectorization breaks ReduceLarge(), so disable the optimization for this function until we determine the real fix. BUG=439566 Committed: https://crrev.com/af9ea6f018c635e4cfadebdc7b6a0715d44441aa Cr-Commit-Position: refs/heads/master@{#309335}

Patch Set 1 #

Patch Set 2 : Check explicitly for GCC via #ifdef #

Patch Set 3 : Change preprocessor check to be for not-clang #

Patch Set 4 : Only use pragms if GNU-C and not Clang... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M crypto/p224.cc View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
Wez
cmtice: Please verify that I've added the pragmas as you intended! agl: Please provide OWNERS ...
6 years ago (2014-12-19 19:55:33 UTC) #2
agl
LGTM However, please see trybot results – looks like some ifdefs are needed because unrecognised ...
6 years ago (2014-12-19 20:04:50 UTC) #3
chromium-reviews
Can you send me a link for a failing trybot? -- Caroline Tice cmtice@google.com On ...
6 years ago (2014-12-19 20:10:43 UTC) #4
cmtice1
On 2014/12/19 19:55:33, Wez wrote: > cmtice: Please verify that I've added the pragmas as ...
6 years ago (2014-12-19 20:12:13 UTC) #5
agl
On Fri, Dec 19, 2014 at 12:10 PM, Caroline Tice <cmtice@google.com> wrote: > Can you ...
6 years ago (2014-12-19 20:17:10 UTC) #6
cmtice1
On 2014/12/19 20:04:50, agl wrote: > LGTM > > However, please see trybot results – ...
6 years ago (2014-12-19 20:24:23 UTC) #7
cmtice1
On 2014/12/19 20:24:23, cmtice1 wrote: > On 2014/12/19 20:04:50, agl wrote: > > LGTM > ...
6 years ago (2014-12-19 20:29:19 UTC) #8
Wez
On 2014/12/19 20:29:19, cmtice1 wrote: > On 2014/12/19 20:24:23, cmtice1 wrote: > > On 2014/12/19 ...
6 years ago (2014-12-19 21:05:43 UTC) #9
cmtice1
On 2014/12/19 21:05:43, Wez wrote: > On 2014/12/19 20:29:19, cmtice1 wrote: > > On 2014/12/19 ...
6 years ago (2014-12-19 21:08:19 UTC) #10
yunlian
On 2014/12/19 21:08:19, cmtice1 wrote: > On 2014/12/19 21:05:43, Wez wrote: > > On 2014/12/19 ...
6 years ago (2014-12-19 23:21:56 UTC) #11
Wez
Is lack of understanding of #pragma GCC ... specific to clang? I'm surprised that clang ...
6 years ago (2014-12-20 00:24:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/814273004/60001
6 years ago (2014-12-20 03:33:47 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years ago (2014-12-20 04:30:04 UTC) #15
commit-bot: I haz the power
6 years ago (2014-12-20 04:30:42 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/af9ea6f018c635e4cfadebdc7b6a0715d44441aa
Cr-Commit-Position: refs/heads/master@{#309335}

Powered by Google App Engine
This is Rietveld 408576698