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

Issue 461693004: Let skia build with clang's integrated assembler. (Closed)

Created:
6 years, 4 months ago by Nico
Modified:
6 years, 4 months ago
Reviewers:
mtklein
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Let skia build with clang's integrated assembler. 1. vuzpq is a gcc instruction. Replace it with the equivalent vuzp (see http://llvm.org/PR20423) 2. .func / .endfunc only have an effect with -gstabs, which we don't use. As it's unused and clang doesn't support it, remove .func / .endfunc (also see http://llvm.org/20424) BUG=chromium:124610 Committed: https://skia.googlesource.com/skia/+/ea13afff6e46d8a969611cdd56c996bfb05a27c1

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -5 lines) Patch
M src/opts/SkBlitRow_opts_arm_neon.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/opts/memset16_neon.S View 1 2 chunks +0 lines, -2 lines 0 comments Download
M src/opts/memset32_neon.S View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Nico
6 years, 4 months ago (2014-08-11 22:05:34 UTC) #1
mtklein
lgtm
6 years, 4 months ago (2014-08-11 22:16:48 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/thakis@chromium.org/461693004/10004
6 years, 4 months ago (2014-08-11 22:17:43 UTC) #3
commit-bot: I haz the power
6 years, 4 months ago (2014-08-11 22:27:31 UTC) #4
Message was sent while issue was closed.
Change committed as ea13afff6e46d8a969611cdd56c996bfb05a27c1

Powered by Google App Engine
This is Rietveld 408576698