about summary refs log tree commit diff
path: root/sysdeps/x86/init-arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/init-arch.h')
-rw-r--r--sysdeps/x86/init-arch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/x86/init-arch.h b/sysdeps/x86/init-arch.h
index 277c15f116..a2886a2532 100644
--- a/sysdeps/x86/init-arch.h
+++ b/sysdeps/x86/init-arch.h
@@ -19,7 +19,9 @@
 #include <ifunc-init.h>
 #include <isa.h>
 
-#ifndef __x86_64__
+#ifdef __x86_64__
+# include <isa-ifunc-macros.h>
+#else
 /* Due to the reordering and the other nifty extensions in i686, it is
    not really good to use heavily i586 optimized code on an i686.  It's
    better to use i486 code if it isn't an i586.  */