Determines whether the specified processor feature is supported by the current computer
#include <WinAPISys.au3>
_WinAPI_IsProcessorFeaturePresent ( $iFeature )
| $iFeature | The processor feature to be tested. This parameter can be one of the $PF_* constants defined in APISysConstants.au3. | 
| True: | the feature is supported. | 
| False: | the feature is not supported. | 
Search IsProcessorFeaturePresent in MSDN Library.