Fix MinGW-w64 compilation
authorJonathan Liu <net147@gmail.com>
Fri, 27 Apr 2012 10:50:08 +0000 (20:50 +1000)
committerQt by Nokia <qt-info@nokia.com>
Sun, 29 Apr 2012 23:06:47 +0000 (01:06 +0200)
commit7b87469bc56b2bd44938e64611281e8e823a5841
treebbba6af0411480b531090327fe895526fe301970
parente72a425e13ab3528a019f0fa4d06f79d4e785891
Fix MinGW-w64 compilation

Use qintptr and quintptr for exchanging data with registers for cpuid
as the size of long does not match the size of the register on Win64
which uses the LLP64 data model.

Change-Id: I23b8c8e0977166f7e62795c16e9080e44d9f25f5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/tools/qsimd.cpp