It seems i cannot use upper half of ymm registers
Summary The issue at hand is the inability to use the upper half of YMM registers when writing code in Visual Studio 2022 using MASM and AVX2. The code provided attempts to fill vectors with set values, but only the bottom halves of the registers are being filled, while the upper halves remain unchanged. Root … Read more