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)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla14

People

(Reporter: gw280, Assigned: gw280)

References

Details

Attachments

(1 file)

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
Attached patch Fix skblitrow (deleted) — Splinter Review
Add a Thumb IT instruction before MOVEQ to fix compile error. Patch from http://codereview.appspot.com/5649055/
Attachment #610341 - Flags: review?(matt.woodrow)
Attachment #610341 - Flags: review?(matt.woodrow) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: