commit | f61088321c0906f62431c029173c1a7a70856ec7 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Dec 16 13:42:37 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 16 13:42:37 2015 -0800 |
tree | 643456a96577b2f58758034c5c55fe6e05a2cc99 | |
parent | 7471fa4920a3573afcf6e2d94722e73d3d9b12a7 [diff] |
count is an int, so constrain it to a 32-bit w-register. This piece of code is already 64-bit only, so we don't need to think about ARMv7. Hopefully this shuts up the warnings. They were harmless. If this doesn't work (it's relatively new modifier, so maybe some compilers barf), an alternative is to cast count to a size_t. BUG=skia:4686 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1527123003 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Review URL: https://codereview.chromium.org/1527123003