Difference between comiss and comisd in x64 asm
I wrote some code to compare the value of xmm10
and xmm6
using:
comiss xmm10, xmm6
and then comisd xmm10, xmm6
The first one works, and the second one doesn’t.
I wrote some code to compare the value of xmm10
and xmm6
using:
comiss xmm10, xmm6
and then comisd xmm10, xmm6
The first one works, and the second one doesn’t.