only define asm shortcut if the optimizer is on
This commit is contained in:
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…
x
Reference in New Issue
Block a user