Closed
Bug 740191
Opened 13 years ago
Closed 13 years ago
[Skia] Fix SkBlitRow_opts_arm.cpp for compiling with NEON and Thumb enabled.
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: gw280, Assigned: gw280)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Currently if we try to compile with NEON and Thumb enabled, SkBlitRow_opts_arm.cpp fails to compile because we are using a conditional instruction without an if-then instruction.
This is being tracked upstream at http://codereview.appspot.com/5649055
Assignee | ||
Comment 1•13 years ago
|
||
Add a Thumb IT instruction before MOVEQ to fix compile error. Patch from http://codereview.appspot.com/5649055/
Attachment #610341 -
Flags: review?(matt.woodrow)
Updated•13 years ago
|
Attachment #610341 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Updated•13 years ago
|
Blocks: skia-android
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•