[Bug jit/66594] jitted code should use -mtune=native

2023-05-24 Thread schuchart at icl dot utk.edu via Gcc-bugs
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

[Bug jit/66594] jitted code should use -mtune=native

2023-05-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594 Andrew Pinski changed: What|Removed |Added CC||helohe at bluewin dot ch --- Comment #9

[Bug jit/66594] jitted code should use -mtune=native

2018-08-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #8 from Eric Gallag

[Bug jit/66594] jitted code should use -mtune=native

2018-05-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug jit/66594] jitted code should use -mtune=native

2015-06-19 Thread dmalcolm at gcc dot gnu.org
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 > > >

[Bug jit/66594] jitted code should use -mtune=native

2015-06-19 Thread dmalcolm at gcc dot gnu.org
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

[Bug jit/66594] jitted code should use -mtune=native

2015-06-19 Thread ktkachov at gcc dot gnu.org
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

[Bug jit/66594] jitted code should use -mtune=native

2015-06-19 Thread dmalcolm at gcc dot gnu.org
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

[Bug jit/66594] jitted code should use -mtune=native

2015-06-19 Thread dmalcolm at gcc dot gnu.org
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

[Bug jit/66594] jitted code should use -mtune=native

2015-06-18 Thread pinskia at gcc dot gnu.org
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.