Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 8/2/2024 in #firmware-and-baremetal
Fix Access Violation Error in x64 Assembly MASM Procedure for Complex Number Square Root Calculation
i replaced each call to sqrt() C function with the mnemonic sqrtsd since the values i am dealing with are all stored in SSE registers
xmm0
, xmm1
, xmm2
, ...
and it worked2 replies