|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| hasRDTSC :: Bool |
| This function returns True if the CPU has the RDTSC instruction.
|
|
| hasMMX :: Bool |
| This function returns True if the CPU has MMX features.
|
|
| hasMMXExt :: Bool |
| This function returns True if the CPU has MMX Ext. features.
|
|
| has3DNow :: Bool |
| This function returns True if the CPU has 3DNow features.
|
|
| has3DNowExt :: Bool |
| This function returns True if the CPU has 3DNow! Ext. features.
|
|
| hasSSE :: Bool |
| This function returns True if the CPU has SSE features.
|
|
| hasSSE2 :: Bool |
| This function returns True if the CPU has SSE2 features.
|
|
| hasAltiVec :: Bool |
| This function returns True if the CPU has AltiVec features.
|
|
| Produced by Haddock version 2.1.0 |