You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well spotted. Thanks!
Although technically, both movq and movlps work in this case, movlps should be used because it is designed for floating-point values. I did that in all other places, but forgot it here.
Hi Erik
It looks like you need to replace
movq xmm0, [ARadians]
per
movlps xmm0, [ARadians]
Thanks. :)
The text was updated successfully, but these errors were encountered: