Don't cap num_cores at 32 on 32-bit Windows.
authormtklein <mtklein@chromium.org>
Wed, 1 Jul 2015 20:06:49 +0000 (13:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Jul 2015 20:06:49 +0000 (13:06 -0700)
commita760942b3579f7d863345b9d083abdc187266e08
tree4448761716641bdee54659f4b714ae72b894bdb2
parent74a07db2df189320d4f5804078dc2085b2d38d7c
Don't cap num_cores at 32 on 32-bit Windows.

See here for a similar change in Ninja.  Wanna bet they just got Z840s too?
https://github.com/martine/ninja/commit/8c8834acffdc0da0d94119725929acc712c9dfad

BUG=skia:

Review URL: https://codereview.chromium.org/1213063011
src/core/SkTaskGroup.cpp