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 <ssp@dhcp-100-3-19.bos.redhat.com>
Wed, 2 Sep 2009 19:00:46 +0000 (15:00 -0400)
commit097342a65d81fb957dfc17486f615f887540e146
tree5d37a050047172d8f78f4c0c81ea5d5c8c2e1353
parent64085c91b6a1deca4007b18d63b707b896653ee9
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