Expand description
System CPU information.
Functionsยง
- cache_
line_ size - Returns the cache line size of the system CPU.
- count
- Counts the system CPU.
- has_
3d_ now - Returns whether the system CPU has 3DNow!.
- has_
alti_ vec - Returns whether the system CPU has AltiVec.
- has_
arm_ simd - Returns whether the system CPU has ARM SIMD.
- has_avx
- Returns whether the system CPU has AVX.
- has_
avx2 - Returns whether the system CPU has AVX2.
- has_
avx512f - Returns whether the system CPU has AVX-512F.
- has_mmx
- Returns whether the system CPU has MMX.
- has_
neon - Returns whether the system CPU has NEON, Advanced SIMD.
- has_
rdtsc - Returns whether the system CPU has RDTSC.
- has_sse
- Returns whether the system CPU has SSE.
- has_
sse2 - Returns whether the system CPU has SSE2.
- has_
sse3 - Returns whether the system CPU has SSE3.
- has_
sse41 - Returns whether the system CPU has SSE4.1.
- has_
sse42 - Returns whether the system CPU has SSE4.2.
- simd_
alignment - Returns the SIMD alignment of the system CPU.