Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

On x64, foo(double) expects its argument in xmm0, but foo(int) expects it in rdi. So the 3 passed in rdi is ignored and it operates on whatever happened to be in xmm0.


Yes, you're right. Thanks for the correction. I was thinking of the Windows C ABI.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: