https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
Joseph changed:
What|Removed |Added
CC||schuchart at icl dot utk.edu
--- Comment #10 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
Andrew Pinski changed:
What|Removed |Added
CC||helohe at bluewin dot ch
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
Eric Gallager changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #8 from Eric Gallag
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
--- Comment #6 from David Malcolm ---
(In reply to ktkachov from comment #4)
> (In reply to David Malcolm from comment #2)
> > (In reply to Andrew Pinski from comment #1)
> > > This should be true on all targets which have -mcpu=native (or
> > >
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
--- Comment #5 from David Malcolm ---
Created attachment 35815
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35815&action=edit
Hacky work-in-progress fix, using hardcoded calls to host_detect_local_cpu
The attached patch is a hack, in tha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
--- Comment #4 from ktkachov at gcc dot gnu.org ---
(In reply to David Malcolm from comment #2)
> (In reply to Andrew Pinski from comment #1)
> > This should be true on all targets which have -mcpu=native (or
> > -march=native). Note x86 options
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
--- Comment #3 from David Malcolm ---
Some notes:
The following archs seem to implement a "host_detect_local_cpu" C++ callback,
implementing the spec-language function "local_cpu_detect":
grep -nH -e host_detect_local_cpu */*/*.h
config/aarch64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
--- Comment #2 from David Malcolm ---
(In reply to Andrew Pinski from comment #1)
> This should be true on all targets which have -mcpu=native (or
> -march=native). Note x86 options are not always the same on x86 vs arm vs
> aarch64 vs ppc.
Tha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
--- Comment #1 from Andrew Pinski ---
This should be true on all targets which have -mcpu=native (or -march=native).
Note x86 options are not always the same on x86 vs arm vs aarch64 vs ppc.
10 matches
Mail list logo