Message-ID: <20010205151004.1084.qmail@lauras.lt> From: "Laurynas Biveinis" Date: Mon, 5 Feb 2001 17:10:04 +0200 To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: stdint.h Mail-Followup-To: Eli Zaretskii , djgpp-workers AT delorie DOT com References: <20010204104132 DOT 7148 DOT qmail AT softhome DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: ; from eliz@is.elta.co.il on Mon, Feb 05, 2001 at 10:52:42AM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Feb 05, 2001 at 10:52:42AM +0200, Eli Zaretskii wrote: > This program divides by zero (when y == 0), Oh well :-) I shouldn't have posted such code. I looked into its assembly - most of the inner loop is gone with 2.95, and all inner loop is gone with 2.97. So it didn't work as I've intented - the only thing left was `for' loops. They provide some measurement, but not very extensible. Laurynas