only define asm shortcut if the optimizer is on

master
leitner 16 years ago
parent fd47173110
commit 988c04ad79

@ -1,4 +1,4 @@
#ifdef __x86_64__ #if defined(__x86_64__) && defined(__OPTIMIZE__)
/* WARNING: this only works if compiled with -fomit-frame-pointer */ /* WARNING: this only works if compiled with -fomit-frame-pointer */
void umult64() { void umult64() {

Loading…
Cancel
Save