x86intrin.h
1.96 KB
-
Allow <adxintrin.h> for IA MCU · a2eaa477
It is OK to include <adxintrin.h> for IA MCU since GCC can generate ADX intrinsics with alternative instuctions if ADX isn't enabled. PR target/66746 * config/i386/x86intrin.h: Include <adxintrin.h> even if __iamcu__ is defined. From-SVN: r225580
H.J. Lu committed