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 driver/60233] AVX instructions emitted with -march=native on host without AVX support


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60233

--- Comment #6 from UroÅ Bizjak <ubizjak at gmail dot com> ---
And while looking at driver-i386.c, it looks to me that the whole osxsave state
check should be moved below (ext_level > 0x80000000) processing, otherwise we
won't clear FMA4 and XOP flags correctly.

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