1 Jan 2007 13:07
Re: [PATCH][fortran] Make cbrt, cexpi and sincos builtins available
Richard Guenther <richard.guenther <at> gmail.com>
2007-01-01 12:07:28 GMT
2007-01-01 12:07:28 GMT
On 12/15/06, Jerry DeLisle <jvdelisle <at> verizon.net> wrote: > Tobias Burnus wrote: > > Let's *ping* for Richard. > > > > with the sincos infrastructure in the middle end (I think all patches > > are now in the trunk), this speeds up the Polyhedron fatigue test a lot: > > ~28.3s => ~18.3s (35% faster). > > > > This can be seen at the page > > http://www.suse.de/~gcctest/c++bench/polyhedron/polyhedron-summary.txt-fatigue-15.png > > of http://www.suse.de/~gcctest/c++bench/polyhedron/ > > (The patch was applied for one day.) > > > > Tobias > > > > Richard Guenther schrieb: > >> As $subject says. The cbrt builtins can be used to expand x**1./3. to > >> cbrt, the other two are on-top of the sincos patches. > >> > >> Bootstrap / regtest running. > >> > >> Ok if the sincos patch(es) go in? How can we tell that the target > >> supports sincos? (I guess we would need a configure check for that?) > >> > > It was not clear to me the consequences of the question about needing a > configure check. Has that been addressed? No, it has not been addressed. As far as I see we do not have infrastructure in place to have tests on the target system in gcc/ because it wouldn't work(Continue reading)
RSS Feed