Date: Tue, 2 Feb 1999 16:13:29 +0100 From: Hans-Bernhard Broeker Message-Id: <199902021513.QAA11761@acp3bf.physik.rwth-aachen.de> To: djgpp AT delorie DOT com Subject: Re: DJGPP 64-bit math source Newsgroups: comp.os.msdos.djgpp Organization: RWTH Aachen, III. physikalisches Institut B X-Newsreader: TIN [version 1.2 PL2] Reply-To: djgpp AT delorie DOT com In article you wrote: > I'm looking at code from djlsr201.zip but cannot find the > implementation for the 64-bit math operation '*' though I > found the division implementation in the lldiv.c in > stdlib dir. I'd also like to see the '<<' & '>>' as the > other bit operations are rather easy to implement as well > as '+' & '-'. These operations are not part of libc, so their source is not in djlsr at all. Instead, they come with 'libgcc', the source of which is part of the gcc sources (libgcc1.c, libgcc2.c). -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.