User asked about checking for cpuid features that weren't supported by _WinAPI_IsProcessorFeaturePresent()
I researched it a bit and found that 'Andreik' executed some asm on the fly to get vendorID which quite frankly is amazing
So I ran with it and created a function that is more general purpose and good for x86 and x64
#include <String.au3>
#include <Memory.au3>
Test();
Func Test()
Local $sFeat1D = ""
Local $aFeat1D[32] = ["FPU","VME","DE","PSE","TSC","MSR","PAE","MC