Add CPU detection for VC++ x64
authorMakoto Kato <m_kato@ga2.so-net.ne.jp>
Tue, 1 Sep 2009 01:59:05 +0000 (10:59 +0900)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 2 Sep 2009 20:04:02 +0000 (16:04 -0400)
commitd465f854b3d5f2ffcc122aebfbead2d64cca7169
tree7acbc9d281dbb99d5de2a812cb94ab150f61d07c
parent57812465bf975e943e78d59dabbd5e6bb2ad87ef
Add CPU detection for VC++ x64

VC++ x64 has no inline assembler and x64 mode supports SSE2.
So, it is unnecessary to call cpuid.
pixman/pixman-cpu.c