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/77270] Flag -mprftchw is shared with 3dnow for -march=k8


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77270

--- Comment #5 from nightstrike <nightstrike at gmail dot com> ---
(In reply to Uroš Bizjak from comment #2)
> The problem is in the fact that for -march=native, the driver will pass
> -mno-prfchw, since the relevant bit is not present in cpuid flags.

I'm a little confused.  -march=native gets it right.  It's -march=k8 that gets
it wrong.  Does your patch make -march-k8 do the right thing now?

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