Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2456)

Issue 5639051: Prevent the memset16 ARM opt from failing when count is 0. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by DerekS
Modified:
12 years, 2 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Prevent the memset16 ARM opt from failing when count is 0. Committed: http://code.google.com/p/skia/source/detail?r=3173

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M src/opts/memset.arm.S View 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 1
reed1
12 years, 2 months ago (2012-02-13 14:11:59 UTC) #1
could check for count <= 0 in the first test, since that costs the same as count
== 0, but just a suggestion.

lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b