[PPL-devel] ppl/src Grid.inlines.hh

Matthew Mundell mundell at cs.unipr.it
Fri Oct 28 12:38:11 CEST 2005


CVSROOT:	/cvs/ppl
Module name:	ppl
Branch: 	grids
Changes by:	mundell at cs.unipr.it	2005-10-28 12:38:10

Modified files:
	src            : Grid.inlines.hh 

Log message:
	Calculate the proper congruence coefficients in the covering box
	constructor via the GCD of the divisors, instead of getting the LCM of
	the divisors (with lcm_assign) and then repeating parts of this LCM
	calculation.  Given that the divisors are known to be positive, this
	also saves the absolute value calculations that would have been
	performed in lcm_assign.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Grid.inlines.hh.diff?cvsroot=ppl&only_with_tag=grids&r1=1.1.2.28&r2=1.1.2.29




More information about the PPL-devel mailing list