This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/80298] <x86intrin.h> incompatible with -mno-sse


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]