Opened 16 years ago
Closed 13 years ago
#19556 closed enhancement (fixed)
gcc44, add graphite support
Reported by: | bcbarnes@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | graphite | Cc: | |
Port: | gcc44 |
Description
GCC 4.4 adds support for advanced loop optimizations in the "graphite" branch of the compiler. These are not compiled by default, but could be extremely useful for people doing numerical/scientific work.
http://gcc.gnu.org/gcc-4.4/changes.html instructions for building the graphite branch are here: http://gcc.gnu.org/wiki/Graphite_Build
Could we get a variant of the gcc44 port which supports graphite, or perhaps even enable it by default?
Thanks!
Change History (3)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to mww@… |
---|
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 13 years ago by adfernandes (Andrew Fernandes)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r92829 (for gcc46 and gcc47; prior versions require cloog-ppl which is old and no longer supported).
Note: See
TracTickets for help on using
tickets.
See also #26043.