FreeRDP
|
Macros | |
#define | TEST_FEATURE(feature) printf("\t" #feature ": %s\n", IsProcessorFeaturePresent(feature) ? "yes" : "no") |
#define | TEST_FEATURE_EX(feature) printf("\t" #feature ": %s\n", IsProcessorFeaturePresentEx(feature) ? "yes" : "no") |
Functions | |
int | TestCPUFeatures (int argc, char *argv[]) |
#define TEST_FEATURE | ( | feature | ) | printf("\t" #feature ": %s\n", IsProcessorFeaturePresent(feature) ? "yes" : "no") |
#define TEST_FEATURE_EX | ( | feature | ) | printf("\t" #feature ": %s\n", IsProcessorFeaturePresentEx(feature) ? "yes" : "no") |
int TestCPUFeatures | ( | int | argc, |
char * | argv[] | ||
) |