Package: mbw
Version: 1.1.1-1
Severity: minor

*** Please type your report below this line ***

Hi,

DUMB and MEMCPY tests are inverted in the result printing. Patch below.

In the current version of mbw, memcpy seems far slower than a dumb
dest[i]=src[i] memory copy. In the result printing, MEMCPY and DUMB test are
actually at each other place.


Thanks

apterium


132,133c132
<               case 0:
<                               printf("Method: MEMCPY\t");
---
>               case 0: printf("Method: DUMB\t");
135c134
<               case 1: printf("Method: DUMB\t");
---
>               case 1: printf("Method: MEMCPY\t");



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mbw depends on:
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries

mbw recommends no packages.

mbw suggests no packages.

-- no debconf information

Reply via email to