Test for CPU features. More...
#include <libppbase/base/CPU.h>
| Static Public Member Functions | |
| static int | has3DNow () | 
| Checks if the CPU has the 3DNow! extensions. | |
| static int | hasCPUID () | 
| Checks if the CPU has the CPUID command. | |
| static int | hasMMX () | 
| Checks if the CPU has the MMX extensions. | |
| static int | hasSSE () | 
| Checks if the CPU has the SSE extensions. | |
| static int | hasSSE2 () | 
| Checks if the CPU has the SSE2 extensions. | |
Test for CPU features.
| static int base::CPU::has3DNow | ( | ) |  [static] | 
Checks if the CPU has the 3DNow! extensions.
| static int base::CPU::hasCPUID | ( | ) |  [static] | 
Checks if the CPU has the CPUID command.
| static int base::CPU::hasMMX | ( | ) |  [static] | 
Checks if the CPU has the MMX extensions.
| static int base::CPU::hasSSE | ( | ) |  [static] | 
Checks if the CPU has the SSE extensions.
| static int base::CPU::hasSSE2 | ( | ) |  [static] | 
Checks if the CPU has the SSE2 extensions.
 1.7.1
 1.7.1