| 
| unsigned int  | l1Size () noexcept | 
|   | Get the CPU L1 cache line size in bytes.  More...
  | 
|   | 
| bool  | has3DNow () noexcept | 
|   | Query whether the CPU supports the 3DNow! extension.  More...
  | 
|   | 
| bool  | hasAVX () noexcept | 
|   | Query whether the CPU supports the AVX1 extension.  More...
  | 
|   | 
| bool  | hasAVX2 () noexcept | 
|   | Query whether the CPU supports the AVX2 extension.  More...
  | 
|   | 
| bool  | hasAltiVec () noexcept | 
|   | Query whether the CPU supports the AltiVec instruction set.  More...
  | 
|   | 
| bool  | hasMMX () noexcept | 
|   | Query whether the CPU supports the MMX instruction set.  More...
  | 
|   | 
| bool  | hasRDTSC () noexcept | 
|   | Query whether the CPU supports the RDTSC instruction.  More...
  | 
|   | 
| bool  | hasSSE () noexcept | 
|   | Query whether the CPU supports the SSE1 extenstion.  More...
  | 
|   | 
| bool  | hasSSE2 () noexcept | 
|   | Query whether the CPU supports the SSE2 extenstion.  More...
  | 
|   | 
| bool  | hasSSE3 () noexcept | 
|   | Query whether the CPU supports the SSE3 extenstion.  More...
  | 
|   | 
| bool  | hasSSE41 () noexcept | 
|   | Query whether the CPU supports the SSE4.1 extenstion.  More...
  | 
|   | 
| bool  | hasSSE42 () noexcept | 
|   | Query whether the CPU supports the SSE4.2 (Streaming SIMD Extensions) extenstion.  More...
  | 
|   | 
CPU information functions.