diff options
Diffstat (limited to 'sysdeps/i386/dl-procinfo.h')
-rw-r--r-- | sysdeps/i386/dl-procinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-procinfo.h b/sysdeps/i386/dl-procinfo.h index e6b7faf812..d114fec79e 100644 --- a/sysdeps/i386/dl-procinfo.h +++ b/sysdeps/i386/dl-procinfo.h @@ -57,7 +57,7 @@ enum HWCAP_I386_AMD3D = 1 << 31, /* XXX Which others to add here? */ - HWCAP_IMPORTANT = (HWCAP_I386_MMX) + HWCAP_IMPORTANT = (HWCAP_I386_XMM2) }; |