Fix non-deterministic AVX2 detection
authorBruce Forstall <brucefo@microsoft.com>
Wed, 11 Jan 2017 06:38:57 +0000 (22:38 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Thu, 26 Jan 2017 00:25:03 +0000 (16:25 -0800)
commit71075ab95119af411a5d161f68d2eafea07b610d
tree26f89ab4392b3e1f4e81bfe3b483015264cae580
parent8f4cb1beaa68e74a16492510c86d9b2fec539e60
Fix non-deterministic AVX2 detection

The caller required ECX to be zero when calling CPUID, but wasn't calling
the getextcpuid() function to cause that to happen.
src/vm/cgensys.h
src/vm/codeman.cpp