https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80298
--- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Wed Apr 5 15:33:49 2017 New Revision: 246708 URL: https://gcc.gnu.org/viewcvs?rev=246708&root=gcc&view=rev Log: PR target/80298 * config/i386/mmintrin.h: Add -msse target option when __SSE__ is not defined for x86_64 target. Add -mmmx target option when __SSE2__ is not defined. * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined for x86_64 target. Handle -m3dnowa option. Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/mm3dnow.h trunk/gcc/config/i386/mmintrin.h