Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!julius.cs.uiuc.edu!apple!mips!daver!bungi.com!news Newsgroups: comp.sys.nsc.32k Subject: Dhrystone 2.1 with improved strcpy / strcmp Message-ID: <9009131132.AA05574@manatee.UUCP> Date: 13 Sep 90 15:32:52 GMT Sender: news@daver.bungi.com Lines: 16 Approved: news@daver.bungi.com Using the optimized strcpy.s and strcmp.s that Dave just posted I now get 9250 dhrystones / second. This is up from 8771 and 7692 previously reported using the assembly string instructions and C routines respectively. After converting to compatible assembler format, Dave's routines seem to work fine with one expection. The .align 4 directives must be commented out any place the code falls through to the next section. Instructions beginning with 0x00 do not seem to work very well :-). Best regards, johnc --