On 4/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I don't think it's wise to use SIMD ALU here. All scalar code will use the > SIMD FPU with 3 FMUL unit idle. Because everything is strongly parrallel, > i think it's better to stay scalar.
If there are enough independent scalars that can be scheduled, you can pack them and run them in parallel. _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
