only define asm shortcut if the optimizer is on

This commit is contained in:
Felix von Leitner 2008-12-26 01:25:55 +00:00
parent 5075183086
commit 2e0344f7e4
1 changed files with 1 additions and 1 deletions

View File

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