when compiling this in ml64.exe
64bit (masm64)
the SSE command give me an error
what do i need to do to include the SSE commands in 64 bit?
.code
test PROC
movlps [rdx], xmm7 ;;error A2070: invalid instruction operands
;//Inc in vec ptr
add rsi, 16
movhlps xmm6, xmm7
movss [rdx+8], xmm6 ;;rror
…