AVX2: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(I will write to this page nearly tomorrow)
 
No edit summary
Line 1: Line 1:
Devc1, unfinished.
Soon..

== Advanced Vector Extensions ==
AVX or (Advanced Vector Extensions) are extensions to the x86 architecture introduced by Intel with the SandyBridge micro-architecture. AVX adds 86 instructions to the CPU instruction set, extending the 128 Bit XMM registers to 256 Bit YMM registers, effective usage of these extensions may vastly increase the performance of any program.

Revision as of 22:47, 19 September 2022

Devc1, unfinished.

Advanced Vector Extensions

AVX or (Advanced Vector Extensions) are extensions to the x86 architecture introduced by Intel with the SandyBridge micro-architecture. AVX adds 86 instructions to the CPU instruction set, extending the 128 Bit XMM registers to 256 Bit YMM registers, effective usage of these extensions may vastly increase the performance of any program.