add warning about dodgy inline assembly

master
Felix von Leitner 17 years ago
parent d1aef8af83
commit a84c225e2f

@ -1,5 +1,6 @@
#ifdef __x86_64__
/* WARNING: this only works if compiled with -fomit-frame-pointer */
void imult64() {
asm volatile(
"xchgq %rdx,%rsi\n"

@ -1,5 +1,6 @@
#ifdef __x86_64__
/* WARNING: this only works if compiled with -fomit-frame-pointer */
void umult64() {
asm volatile(
"xchgq %rdx,%rsi\n"

Loading…
Cancel
Save