SSE: Difference between revisions

Jump to navigation Jump to search
60 bytes removed ,  9 days ago
m
no edit summary
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
mNo edit summary
 
Line 101:
The bits for AVX-512 are in CPUID page 0x0D, 0x0, EAX bits 5-7
 
AVX512 implements separate features that can also be detected in CPUID page 7, 0. Basic support is detected by checking the AVX512F Bit (AVX-512 Foundation) in CPUID page 7, 0 EBX Bit 16, you can also check various AVX512 Features through the same CPUID Function, the bits are listed [[httpsw://en.wikipedia.org/wiki/CPUID#EAX=7,_ECX=0:_Extended_Features |here]]
===X86_64===
When the [[X86-64]] architecture was introduced, AMD demanded a minimum level of SSE support to simplify OS code. Any system capable of long mode should support at least SSE and SSE2, which means that the kernel does not need to care about the old FPU save code.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu