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

Issue 1204363002: What did we learn today? 255 != 256 (Closed)

Created:
5 years, 6 months ago by mtklein_C
Modified:
5 years, 6 months ago
Reviewers:
mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

What did we learn today? 255 != 256 vcvt_n_f32_u32 and _u32_f32 work in power-of-2 fixed point, so (...,8) meant 'please multiply or divide by 256'. We need to use 255. :( BUG=skia: Committed: https://skia.googlesource.com/skia/+/b0c5071a376ecfb608c49886f2c86b1ce40b1389

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M src/opts/SkPMFloat_neon.h View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
mtklein
lgtm
5 years, 6 months ago (2015-06-25 17:20:40 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1204363002/1
5 years, 6 months ago (2015-06-25 17:20:53 UTC) #4
commit-bot: I haz the power
5 years, 6 months ago (2015-06-25 17:26:51 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/b0c5071a376ecfb608c49886f2c86b1ce40b1389

Powered by Google App Engine
This is Rietveld 408576698