commit | cb8e5b28f0200ef4bfe7be7a7406f7c845f2c45a | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Wed Jun 01 16:21:00 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Thu Jun 02 13:43:32 2022 +0000 |
tree | c18b44da37c83450833459b119ea1c546d18788b | |
parent | 18fdfe83a5447298c137842ade7693526aeb7623 [diff] |
Remove MSVC __popcnt intrinsic special casing MSVC is a very marginal compiler for us (and we don't call SkPopCount that often) so we've deemed it not worth the extra complexity to handle the __popcnt intrinsic. Change-Id: I1d838727eab503cd99a72d07e9787280d0948b29 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545896 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Herb Derby <herb@google.com> Reviewed-by: John Stiles <johnstiles@google.com>