mirror of /home/gitosis/repositories/libowfat.git
only define asm shortcut if the optimizer is on
This commit is contained in:
parent
5075183086
commit
2e0344f7e4
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue