On Mon, February 4, 2013 2:38 am, Andreas Hansson wrote: > Ah ok, I see the problem. I'm still not thrilled, but if it's needed I > guess we'll just have to go ahead. > > Do we need both the left and right shift? (and is there any chance a > multiplication/division might do instead?) >
Currently both the shift operators are in use. It is possible to replace the shift operators with multiplication and division. But I think we should allow all the mathematical operations on Cycles class, as it is only a wrapper around a type that supports all of them. -- Nilay _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
