On Sat, 15 Jan 2005 08:43:50 +0100, Raphael Jacquot <[EMAIL PROTECTED]> wrote: > Timothy Miller wrote: > [snip snip superb C++ program that works] > > this is NICE. (now, put it in hardware ;D )
Thank you, but not so fast. :) We need to make sure that this implementation works correctly before we move on. This is the perfect time to discover and fix bugs because the form is abstract. The Verilog RTL will be a lot more concrete and therefore more rigid and therefore MUCH harder to fix (not impossible, certainly, but inconvenient). I'm going to write some other code to help with testing, and I'l also going to work on the proper float25 class to imitate the precision of the hardware. > > I had to edit the stuff because of lines that were cut (you should > consider using the attachment facility of your mailer) I need to talk to Russel about this. It appears that anyone can send attachments, but only people who elect to receive them actually will. What we need is the ability to switch it on for everyone at the same time. > the proper command to compile it was > > gcc render.cpp -o render -lm -lstdc++ I did: g++ render.cpp -o render > > sincerely > > Amaury > _______________________________________________ > Open-graphics mailing list > [email protected] > http://lists.duskglow.com/mailman/listinfo/open-graphics > List service provided by Duskglow Consulting, LLC (www.duskglow.com) > _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
