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

Issue 95873002: skip neon code in libwebp when neon is explicitly unavailable (Closed)

Created:
7 years ago by Mostyn Bramley-Moore
Modified:
7 years ago
Reviewers:
fbarchard
CC:
chromium-reviews
Visibility:
Public.

Description

skip neon code in libwebp when neon is explicitly unavailable This patch makes it possible to build libwebp without runtime neon detection/usage. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242079

Patch Set 1 #

Patch Set 2 : ifdef extern decls #

Patch Set 3 : another ifdef #

Patch Set 4 : don't forget arm_neon_optional #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M third_party/libwebp/dsp/dec.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/dsp.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/libwebp/dsp/enc.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libwebp/libwebp.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Mostyn Bramley-Moore
@fbarchard: PTAL
7 years ago (2013-11-28 23:07:23 UTC) #1
fbarchard
On 2013/11/28 23:07:23, Mostyn Bramley-Moore wrote: > @fbarchard: PTAL Your cl will limit neon to ...
7 years ago (2013-11-29 06:39:19 UTC) #2
Mostyn Bramley-Moore
On 2013/11/29 06:39:19, fbarchard wrote: > On 2013/11/28 23:07:23, Mostyn Bramley-Moore wrote: > > @fbarchard: ...
7 years ago (2013-11-29 08:20:50 UTC) #3
fbarchard
WEBP_USE_NEON is not set in the gyp file? Won't this completely disable webp Neon code? ...
7 years ago (2013-12-02 09:50:40 UTC) #4
Mostyn Bramley-Moore
On 2013/12/02 09:50:40, fbarchard wrote: > WEBP_USE_NEON is not set in the gyp file? > ...
7 years ago (2013-12-03 13:41:04 UTC) #5
fbarchard
have you confirmed that neon is available on fat binaries, where Neon is optional?
7 years ago (2013-12-09 18:56:29 UTC) #6
Mostyn Bramley-Moore
Not yet- I'll try to confirm this tomorrow and get back to you.
7 years ago (2013-12-09 23:48:00 UTC) #7
Mostyn Bramley-Moore
Sorry it took me so long to get back to this. I tried making a ...
7 years ago (2013-12-20 00:09:37 UTC) #8
Mostyn Bramley-Moore
> If I set arm_neon_option=0 instead, then -mfpu=vfpv3-d16 is always used, and as > expected ...
7 years ago (2013-12-20 00:10:51 UTC) #9
fbarchard
On 2013/12/20 00:10:51, Mostyn Bramley-Moore wrote: > > If I set arm_neon_option=0 instead, then -mfpu=vfpv3-d16 ...
7 years ago (2013-12-20 02:17:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/95873002/50001
7 years ago (2013-12-20 09:11:50 UTC) #11
commit-bot: I haz the power
7 years ago (2013-12-20 12:45:06 UTC) #12
Message was sent while issue was closed.
Change committed as 242079

Powered by Google App Engine
This is Rietveld 408576698