Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site ittvax.UUCP Path: utzoo!linus!decvax!ittvax!barber From: barber@ittvax.UUCP (Brad Barber) Newsgroups: net.micro Subject: Byte benchmark bug bug Message-ID: <1537@ittvax.UUCP> Date: Tue, 20-Nov-84 06:11:50 EST Article-I.D.: ittvax.1537 Posted: Tue Nov 20 06:11:50 1984 Date-Received: Wed, 21-Nov-84 05:34:32 EST Organization: ITT-ATC, Stratford Ct. Lines: 3 The prime sieve benchmark works correctly. The sieve represents only odd numbers since even numbers can't be prime. So instead of counting the primes from 2 to 8191, it is counting them from 2 to 16383. --Brad