This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
(971016) g++ and Blitz -- YES
- To: egcs at cygnus dot com
- Subject: (971016) g++ and Blitz -- YES
- From: Mumit Khan <khan at xraylith dot wisc dot edu>
- Date: Sat, 18 Oct 1997 17:39:57 -0500
I've been waiting for this for a while now -- g++'s ability to blaze
thru Blitz++'s (*) templates! Good news is that all example code build
(qcd requires a minor fix to blitz/meta/matmat.h), and the results I've
seen so far look ok so far; bad news is that you better have a machine
with lots of memory to be able to compile and the resulting code size
can be huge if you want debugging info.
Congratulations to the egcs team, and specially to the folks who have
contributed to the new template handling (thanks Mark and Jason!).
I'm within microns of getting my own code to build under egcs -- the new
rules (guiding decls) have me a bit confused, but now it's just a matter
of time.
Regards,
Mumit -- khan@xraylith.wisc.edu
http://www.xraylith.wisc.edu/~khan/
* Blitz++ is a class library for scientific computing designed by Todd
Veldhuizen. More info at <http://monet.uwaterloo.ca/blitz/>.