diff options
Diffstat (limited to 'gcc/config/i386/x86intrin.h')
-rw-r--r-- | gcc/config/i386/x86intrin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/x86intrin.h b/gcc/config/i386/x86intrin.h index ac7e21fd6f7..63252bf95c8 100644 --- a/gcc/config/i386/x86intrin.h +++ b/gcc/config/i386/x86intrin.h @@ -77,4 +77,8 @@ #include <lwpintrin.h> #endif +#ifdef __ABM__ +#include <abmintrin.h> +#endif + #endif /* _X86INTRIN_H_INCLUDED */ |