Mark Dickinson <dicki...@gmail.com> added the comment: > As for the specific code: I'm not sure whether it's guaranteed that > you can truncate output registers in an asm. If you can't, you > should make the output registers 64-bit integers on AMD64.
Specifying "eax" and "edx" directly, rather than using "a" and "d", would presumably also work here? > If you can, I think you > can "simplify" the code by directly outputting to (int*)v and >((int*)v)[1]; I'll take a look at that. Thanks. > FWIW, I don't consider a bug that only occurs --with-tsc and only on > AMD64 critical. Sorry. I got overexcited. Changed priority to 'normal'. ---------- priority: critical -> normal _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6603> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com