The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: frktons on November 09, 2010, 02:30:30 PM

Title: Some Test Needed
Post by: frktons on November 09, 2010, 02:30:30 PM
This is an experiment on the fastest way to convert a byte string
into a word string, that is double size of original one.

It is in the New Testbed [work in progress].

Could you please test it on your machines and post the partial screen displayed
as the following:


┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows 7 Ultimate Edition, 64-bit (build 7600)                         │
│CPU : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz with MMX, SSE1, SSE2, SSE3, SSSE3           │
│                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬┤
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│01 Alex / MMX - PUNPCKLBW        │   62    │    6.052 │    6.096 │    6.027 │    6.013 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│02 Frank / 486 - MOV-BSWAP       │   43    │    8.463 │    8.470 │    8.478 │    8.483 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│03 Frank / XMM - PUNPCKLBW       │   44    │    2.338 │    2.337 │    2.340 │    2.339 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤


Attached the new testbed with the routines to test.

Frank
Title: Re: Some Test Needed
Post by: redskull on November 09, 2010, 02:48:55 PM
+----------------------------------------------------------------------------------------+
¦OS  : Microsoft Windows XP Professional Service Pack 3 (build 2600)                     ¦
¦CPU : AMD Athlon(tm) Dual Core Processor 5000B with MMX, SSE1, SSE2, SSE3               ¦
¦                                                                                        ¦
¦Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             ¦
+----------------------------------------------------------------------------------------¦
¦        Algorithm notes          ¦Proc Size¦ Test # 1 ¦ Test # 2 ¦ Test # 3 ¦ Test # 4 ¦¦
+---------------------------------+---------+----------+----------+----------+----------+¦
¦01 Alex / MMX - PUNPCKLBW        ¦   62    ¦    6.805 ¦    5.484 ¦    5.627 ¦    5.981 ¦¦
+---------------------------------+---------+----------+----------+----------+----------+¦
¦02 Frank / 486 - MOV-BSWAP       ¦   43    ¦    6.307 ¦    6.300 ¦    6.300 ¦    6.406 ¦¦
+---------------------------------+---------+----------+----------+----------+----------+¦
¦03 Frank / XMM - PUNPCKLBW       ¦   44    ¦    2.826 ¦    2.829 ¦    3.027 ¦    2.846 ¦¦


-r
Title: Re: Some Test Needed
Post by: dedndave on November 09, 2010, 04:08:16 PM
how many columns ?
i had to widen my console window
123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows XP Professional Service Pack 2 (build 2600)                     │
│CPU : Intel(R) Pentium(R) 4 CPU 3.00GHz with MMX, SSE1, SSE2, SSE3                      │
│                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬┤
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│01 Alex / MMX - PUNPCKLBW        │   62    │    8.945 │    8.906 │    8.749 │   10.227 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│02 Frank / 486 - MOV-BSWAP       │   43    │   14.982 │   13.514 │   13.530 │   13.506 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│03 Frank / XMM - PUNPCKLBW       │   44    │    4.369 │    4.364 │    4.711 │    4.370 ││
C:\Documents and Settings\Dave\Desktop\Beta 0.90\Beta 0.90>───────┼──────────┼──────────┼┤


this is what i got with 80 column window
12345678901234567890123456789012345678901234567890123456789012345678901234567890
┌───────────────────────────────────────────────────────────────────────────────
│OS  : Microsoft Windows XP Professional Service Pack 2 (build 2600)
│CPU : Intel(R) Pentium(R) 4 CPU 3.00GHz with MMX, SSE1, SSE2, SSE3

│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ T
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──
│01 Alex / MMX - PUNPCKLBW        │   62    │    8.807 │    9.043 │   10.58410.7
84────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──
│02 Frank / 486 - MOV-BSWAP       │   43    │   13.482 │   13.537 │   13.51713.7
22────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──
│03 Frank / XMM - PUNPCKLBW       │   44    │    4.555 │    5.208 │    4.3634.38
1─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──
C:\Documents and Settings\Dave\Desktop\Beta 0.90\Beta 0.90>       │          │
Title: Re: Some Test Needed
Post by: frktons on November 09, 2010, 04:14:49 PM
90 columns, 34 rows. The executable is set to work that way. If you assemble/link
the source you have probably to change console properties.

Frank
Title: Re: Some Test Needed
Post by: dedndave on November 09, 2010, 04:19:02 PM
if i open the exe by clicking on it, it runs ok, but i cannot copy/paste the results with XP while it is running
the mouse is disabled while waiting for the keypress

so, i open a console window and type in the program name at the prompt
then, i exit the program to copy/paste
Title: Re: Some Test Needed
Post by: frktons on November 09, 2010, 04:28:25 PM
Quote from: dedndave on November 09, 2010, 04:19:02 PM
if i open the exe by clicking on it, it runs ok, but i cannot copy/paste the results with XP while it is running
the mouse is disabled while waiting for the keypress

so, i open a console window and type in the program name at the prompt
then, i exit the program to copy/paste

I don't remember how XP manages the console, but in Win/7 when I run the prog,
after it has displayed the test results, if I right click on the topleft icon I can have access
to the console properties, and see if the edit mode is selected or not. It should be.
This permits to select part of the screen with the mouse, or you can select all, copy
and eliminate redundant lines after pasting it somewhere.

Of course you should not be in full screen mode in XP.  :P

Frank 
Title: Re: Some Test Needed
Post by: dedndave on November 09, 2010, 05:04:32 PM
ok Frank - that works
i can right-click on the title bar and access the edit context while it is running   :P
Title: Re: Some Test Needed
Post by: frktons on November 09, 2010, 05:10:39 PM
Quote from: dedndave on November 09, 2010, 05:04:32 PM
ok Frank - that works
i can right-click on the title bar and access the edit context while it is running   :P

Good to know that XP has this capacity as well.  :U

What do you think of the overall project New Testbed?
Do you think somebody will ever use it?  :lol

Frank
Title: Re: Some Test Needed
Post by: dedndave on November 09, 2010, 05:13:59 PM
i do
however.....
i am thinking we may want a GUI app, though
not just because of presentation and appearance
it is more likely to provide a real-world environment for the test code to run under

you probably already have that on your to-do list   :bg
Title: Re: Some Test Needed
Post by: frktons on November 09, 2010, 05:24:08 PM
Quote from: dedndave on November 09, 2010, 05:13:59 PM
i do
however.....
i am thinking we may want a GUI app, though
not just because of presentation and appearance
it is more likely to represent a real-world environment for the test code to run under

you probably already have that on your to-do list   :bg

Well, I'm developing this version to learn some new ASM and to have a tool
to test the algos. Because the testbed used so far is just nothing more than
a sequence of algos and prints, I had the idea to build this new one as
an alternative as well with a more user friendly interface and some extra-bonus added.

The gui version could be useful as well, but algos are just that, and usually
a console mode suffices.

It'll suffice for a couple of years, at least for me.  :P

There are a lot of routines inside the New Testbed, and most of them are not
optimized at all. Experimenting with them, optimizing them will be my hobby
for the months to come. The program is not finished yet.  Testing all the PROCs within
with the same program will be its way of evolving  :lol

Frank
Title: Re: Some Test Needed
Post by: ToutEnMasm on November 09, 2010, 06:42:17 PM

┌──────────────────────────────────────────────────────────
│OS  : Microsoft Windows XP Professional Service Pack 3 (build 2600)
│CPU : Intel(R) Celeron(R) CPU 2.80GHz with MMX, SSE1, SSE2, SSE3

│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────
│        Algorithm notes                 │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────
│01 Alex / MMX - PUNPCKLBW      │   62    │   12.461 │   11.982 │   11.983 │   11.983 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────
│02 Frank / 486 - MOV-BSWAP       │   43    │   13.188 │   12.949 │   13.194 │   13.353 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼─────────
│03 Frank / XMM - PUNPCKLBW       │   44    │    4.468 │    4.935 │    4.978 │    4.964 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼────────

convert byte string to word string look like convert ansi to unicode No?
Title: Re: Some Test Needed
Post by: frktons on November 09, 2010, 07:28:02 PM
Quote from: ToutEnMasm on November 09, 2010, 06:42:17 PM

OS  : Microsoft Windows XP Professional Service Pack 3 (build 2600)
CPU : Intel(R) Celeron(R) CPU 2.80GHz with MMX, SSE1, SSE2, SSE3

Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure
─────────────────────────────────┬─────────┬──────────┬──────────┬──        Algorithm notes                        │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 │
─────────────────────────────────┼─────────┼──────────┼──────────┼──
01 Alex / MMX - PUNPCKLBW        │   62    │   12.520 │   12.301 │   12.046 │   12.692 │
─────────────────────────────────┼─────────┼──────────┼──────────
02 Frank / 486 - MOV-BSWAP       │   43    │   13.944 │   15.351 │   13.712 │   14.498 │
─────────────────────────────────┼─────────┼──────────┼──────────
03 Frank / XMM - PUNPCKLBW       │   44    │    4.439 │    4.723 │    4.429 │    4.673 │
─────────────────────────────────┼─────────┼──────────┼──────────


convert byte string to word string look like convert ansi to unicode No?


Yes, that's the same thing, but unicode could have a different second byte other than zero
if they are representing specific languages [chinese, japanese, and so on...]

Converting a byte to a word always means to put a zero in the high byte.
That's the difference.  :U

How did you get this unaligned display?

Frank
Title: Re: Some Test Needed
Post by: ToutEnMasm on November 09, 2010, 08:00:06 PM
QuoteHow did you get this unaligned display?
I have just made a copy from dos.Think you haven't the same resolution than mine (800*600).
If it is that, you can try to use % for the dimension of your windows.
Title: Re: Some Test Needed
Post by: frktons on November 09, 2010, 08:17:15 PM
Quote from: ToutEnMasm on November 09, 2010, 08:00:06 PM

How did you get this unaligned display?
(http://I have just made a copy from dos.Think you haven't the same resolution than mine (800*600).
If it is that, you can try to use % for the dimension of your windows.


Two things:

1] use code instead of quote
2] select the area starting from the border and up tol the opposite border.

And after you can try to post again the results, maybe they will be more
readable.

I changed quote with code and it looks a bit better.  :bg

Frank
Title: Re: Some Test Needed
Post by: clive on November 10, 2010, 12:26:08 AM
┌────────────────────────────────────────────────────────────────────────────────────────
│OS  : Microsoft Windows XP Professional Service Pack 3 (build 2600)
│CPU : Intel(R) Atom(TM) CPU N270 @ 1.60GHz with MMX, SSE1, SSE2, SSE3, SSSE3

│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼
│01 Alex / MMX - PUNPCKLBW        │   62    │    9.451 │    8.612 │    8.822 │   11.655 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼
│02 Frank / 486 - MOV-BSWAP       │   43    │   32.153 │   39.735 │   19.326 │   19.554 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼
│03 Frank / XMM - PUNPCKLBW       │   44    │    5.656 │    5.712 │    5.657 │    5.738 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼
Title: Re: Some Test Needed
Post by: lingo on November 10, 2010, 12:34:02 AM

┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows 7 Ultimate Edition, 64-bit (build 7600)                         │
│CPU : Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz with MMX, SSE1, SSE2, SSE3, SSSE3, SSE4.
1                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬┤
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│01 Alex / MMX - PUNPCKLBW        │   62    │    5.941 │    5.956 │    6.002 │    6.411 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│02 Frank / 486 - MOV-BSWAP       │   43    │    8.543 │    8.391 │    8.591 │    8.527 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│03 Frank / XMM - PUNPCKLBW       │   44    │    1.583 │    1.601 │    1.586 │    1.581 ││
Title: Re: Some Test Needed
Post by: clive on November 10, 2010, 03:00:44 AM
┌────────────────────────────────────────────────────────────────────────────────────────
│OS  : Microsoft Windows XP Professional Service Pack 3 (build 2600)
│CPU : AMD Athlon(tm) 64 Processor 3400+ with MMX, SSE1, SSE2, SSE3

│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼
│01 Alex / MMX - PUNPCKLBW        │   62    │    6.872 │    6.968 │    6.963 │    6.963 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼
│02 Frank / 486 - MOV-BSWAP       │   43    │    6.340 │    6.336 │    6.337 │    6.356 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼
│03 Frank / XMM - PUNPCKLBW       │   44    │    2.924 │    2.844 │    2.843 │    2.846 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼


ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³OS  : Microsoft Windows XP Home Edition Service Pack 3 (build 2600)                     ³
³CPU : AMD Athlon(tm) 64 Processor 3200+ with MMX, SSE1, SSE2                            ³
³                                                                                        ³
³Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             ³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄ´
³        Algorithm notes          ³Proc Size³ Test # 1 ³ Test # 2 ³ Test # 3 ³ Test # 4 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´
³01 Alex / MMX - PUNPCKLBW        ³   62    ³    5.105 ³    5.109 ³    5.174 ³   10.184 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´
³02 Frank / 486 - MOV-BSWAP       ³   43    ³    6.474 ³    6.448 ³    6.391 ³    6.484 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´
³03 Frank / XMM - PUNPCKLBW       ³   44    ³    2.859 ³    2.962 ³    2.859 ³    2.911 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 03:36:22 AM
Quote from: lingo on November 10, 2010, 12:34:02 AM

┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows 7 Ultimate Edition, 64-bit (build 7600)                         │
│CPU : Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz with MMX, SSE1, SSE2, SSE3, SSSE3, SSE4.
1                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬┤
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│01 Alex / MMX - PUNPCKLBW        │   62    │    5.941 │    5.956 │    6.002 │    6.411 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│02 Frank / 486 - MOV-BSWAP       │   43    │    8.543 │    8.391 │    8.591 │    8.527 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│03 Frank / XMM - PUNPCKLBW       │   44    │    1.583 │    1.601 │    1.586 │    1.581 ││


Something to take care of: the CPU description string can be longer than 1 row on the Screen.

Frank
Title: Re: Some Test Needed
Post by: dedndave on November 10, 2010, 04:30:40 AM
it would be nice if it reflected the number of logical cores
Title: Re: Some Test Needed
Post by: ToutEnMasm on November 10, 2010, 06:49:52 AM
Bad look with the report
The problem is with the horizontal scrollbar who have not the good size,don't know for what.
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 08:35:02 AM
Quote from: ToutEnMasm on November 10, 2010, 06:49:52 AM
Bad look with the report
The problem is with the horizontal scrollbar who have not the good size,don't know for what.

It has already been answered. Start from post:
http://www.masm32.com/board/index.php?topic=15277.msg124318#msg124318

Frank
Title: Re: Some Test Needed
Post by: FORTRANS on November 10, 2010, 01:11:03 PM
Hi,

   Looks a bit off.  The 'H's are invisabe, which helps.  I am
attaching a screen shot.

Regards,

Steve



   HMicrosoft Windows 2000 Professional Service Pack 4 (build 2195)H   H   H   H   H
H  Pentium III with MMX, SSE1   H   H   H   H   H   H   H   H   H   H   H   H   H   H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
H  Conversion of a screen buffer from DOS to Windows CHAR_INFO structureH   H   H   H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
Alex / MMX - PUNPCKLBW  H   H   H 62H   H   13.038  H  13.026   H 13.006H   H13.000 H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
Frank / 486 - MOV-BSWAP H   H   H 43H   H   12.509  H  12.522   H 12.502H   H12.486 H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
Frank / XMM - PUNPCKLBW H   H   H 44H   H   H4.490  H   4.491   H  4.498H   H 4.488 H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
Title: Re: Some Test Needed
Post by: ToutEnMasm on November 10, 2010, 02:43:48 PM

Quote
The problem is with the horizontal scrollbar who have not the good size,don't know for what.
I was spoken about the scrollbar of the mail in the masm32 forum.
I have no problem to copy the array in the notepad.
I's only here , that I have one.
Those who have problem with the mouse can have a look on the regedit key value:
Quote
HKEY_CURRENT_USER\Console                                ;value QuickEdit  set to 1
Title: Re: Some Test Needed
Post by: dedndave on November 10, 2010, 03:23:33 PM
no need to mess with the registry:
Command Prompt (shortcut) Properties
Options tab
Edit Options
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 07:00:39 PM
It's quite a strange collection of weird screens.

This one seems to have passed through an unnecessary notepad conversion:

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³OS  : Microsoft Windows XP Home Edition Service Pack 3 (build 2600)                     ³
³CPU : AMD Athlon(tm) 64 Processor 3200+ with MMX, SSE1, SSE2                            ³
³                                                                                        ³
³Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             ³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄ´
³        Algorithm notes          ³Proc Size³ Test # 1 ³ Test # 2 ³ Test # 3 ³ Test # 4 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´
³01 Alex / MMX - PUNPCKLBW        ³   62    ³    5.105 ³    5.109 ³    5.174 ³   10.184 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´
³02 Frank / 486 - MOV-BSWAP       ³   43    ³    6.474 ³    6.448 ³    6.391 ³    6.484 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´
³03 Frank / XMM - PUNPCKLBW       ³   44    ³    2.859 ³    2.962 ³    2.859 ³    2.911 ³³
ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÅ´


This one has some old thingy I'm not able to predict:


   HMicrosoft Windows 2000 Professional Service Pack 4 (build 2195)H   H   H   H   H
H  Pentium III with MMX, SSE1   H   H   H   H   H   H   H   H   H   H   H   H   H   H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
H  Conversion of a screen buffer from DOS to Windows CHAR_INFO structureH   H   H   H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
Alex / MMX - PUNPCKLBW  H   H   H 62H   H   13.038  H  13.026   H 13.006H   H13.000 H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
Frank / 486 - MOV-BSWAP H   H   H 43H   H   12.509  H  12.522   H 12.502H   H12.486 H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
Frank / XMM - PUNPCKLBW H   H   H 44H   H   H4.490  H   4.491   H  4.498H   H 4.488 H
   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H
H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H   H


This one seems a bit better, but still unaligned:


┌──────────────────────────────────────────────────────────
│OS  : Microsoft Windows XP Professional Service Pack 3 (build 2600)
│CPU : Intel(R) Celeron(R) CPU 2.80GHz with MMX, SSE1, SSE2, SSE3

│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────
│        Algorithm notes                 │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────
│01 Alex / MMX - PUNPCKLBW      │   62    │   12.461 │   11.982 │   11.983 │   11.983 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────
│02 Frank / 486 - MOV-BSWAP       │   43    │   13.188 │   12.949 │   13.194 │   13.353 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼─────────
│03 Frank / XMM - PUNPCKLBW       │   44    │    4.468 │    4.935 │    4.978 │    4.964 │
├─────────────────────────────────┼─────────┼──────────┼──────────┼────────


Nobody has noticed you can Save the screen in its original format, vith the S command with POP extension,
zip it to about 1K and post the zip? This option is for people who have problem copying and pasting the text content
of the screen. But you shouldn't have any. How is it so complex to copy and paste the screen content?  ::)

We have dscussed with Dave the problem, and it can be solved easily I guess. But probably I'm too optimistic.  :lol

Frank

Title: Re: Some Test Needed
Post by: clive on November 10, 2010, 07:12:12 PM
Quote from: frktonsHow is it so complex to copy and paste the screen content?  ::)

The screen for the one with the alternate character set looks fine on the screen. It just pastes wrong, tried it several times, and I'm not sure there is anything magically different about the machine. Not pasted through Notepad, done directly. I might have multi-language support. Ok, I see it now, Mozilla is set to View -> Character Encoding -> Unicode.

A ZIP'd  up screen is a lot less viewable in a forum post than the cut-n-paste.
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 07:15:43 PM
Quote from: clive on November 10, 2010, 07:12:12 PM
Quote from: frktonsHow is it so complex to copy and paste the screen content?  ::)
The screen for the one with the alternate character set looks fine on the screen. It just pastes wrong, tried it several times, and I'm not sure there is anything magically different about the machine. I might have multi-language support.

A ZIP'd  up screen is a lot less viewable in a forum post than the cut-n-paste.

The zipped screen can be managed by me or somebody who doesn't have these kind of
alignement problem, can be seen with the program itself, with the View option as well.

By the way, did you paste directly on the board or through a notepad passage?
This last one can mess up things a little.  :lol

Frank
Title: Re: Some Test Needed
Post by: clive on November 10, 2010, 07:17:25 PM
Posted directly

Mozilla is set to View -> Character Encoding -> Unicode
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 07:21:03 PM
Quote from: clive on November 10, 2010, 07:17:25 PM
Posted directly

Mozilla is set to View -> Character Encoding -> Unicode

OK Clive, maybe this is the reason, but I'm not sure. Do you see my posted screen or somebody
else's with the correct display?
Could you try to zip the saved POP file and post it, so I can View it with the prog?

Thanks

Frank
Title: Re: Some Test Needed
Post by: FORTRANS on November 10, 2010, 10:35:54 PM
hI,

   Updated the ZIP file in my older post to add the POP file.

Regards,

Steve
Title: Re: Some Test Needed
Post by: Antariy on November 10, 2010, 10:57:38 PM
Quote from: FORTRANS on November 10, 2010, 10:35:54 PM
   Updated the ZIP file in my older post to add the POP file.

Hi, Steve!

You are test old archive, probably?
You recompile the sources?
Just I found similar problem yesterday: "http://www.masm32.com/board/index.php?topic=14871.msg124349#msg124349"

Now Frank fix the program - try it from that thread (that is main thread of this his program).



Alex
Title: Re: Some Test Needed
Post by: Antariy on November 10, 2010, 11:01:56 PM
Quote from: frktons on November 10, 2010, 03:36:22 AM
Something to take care of: the CPU description string can be longer than 1 row on the Screen.

Needed to remove " with " word, and spaces between sets, i.e. they will looks like: "Intel 8088, MMX;SSE;SSE2;SSE3..."
Title: Re: Some Test Needed
Post by: FORTRANS on November 10, 2010, 11:05:28 PM
Quote from: Antariy on November 10, 2010, 10:57:38 PM
You are test old archive, probably?

Hi Alex,

   Maybe, used Beta090.ZIP.

  22528  DeflatN   5707  75%  11-09-2010  15:21  2968c23f --wa  Beta 0.90/NewTestBed.exe

Quote
You recompile the sources?

   No.  Not this time.

Quote
Just I found similar problem yesterday: "http://www.masm32.com/board/index.php?topic=14871.msg124349#msg124349"

Now Frank fix the program - try it from that thread (that is main thread of this his program).

   Thought I did?

Regards,

Steve N.
Title: Re: Some Test Needed
Post by: Antariy on November 10, 2010, 11:08:53 PM
Quote from: FORTRANS on November 10, 2010, 11:05:28 PM
   Thought I did?

Not understdand what you mean.

There is direct link to new beta090 (your one is old): "http://www.masm32.com/board/index.php?action=dlattach;topic=14871.0;id=8408".

Check it - it works. I say about recompiling, because yesterday I have the same console screen as your screenshot, if I recompile sources with ML6.15 or ML8.
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 11:10:49 PM
Apparentely on win 2k the display is completely different:
1) no grid at all
2) no colors

Probably depends on the fact it only has SSE1, and some instructions of the program
require at least SSE2 code.

It only displays:

Microsoft Windows 2000 Professional Service Pack 4 (build 2195)
Pentium III with MMX, SSE1

Conversion of a screen buffer from DOS to Windows CHAR_INFO structure

Alex / MMX - PUNPCKLBW        62      12.952    12.937    12.916   12.920

and so on...


NO screen format at all.

Because the code to prepare the screen uses XMM registers, you can try to
press F1, and see if the help screen shows correctly. It uses only MMX code
so it should appear.
but use the compiled executable, otherwise download the last release from
the link Alex pointed to, I've changed something to make it more compatible with
old assemler versions.
No actual solution for the SSE1 though.

Frank
Title: Re: Some Test Needed
Post by: Antariy on November 10, 2010, 11:14:48 PM
Hi, Frank!
Quote from: frktons on November 10, 2010, 11:10:49 PM
Apparentely on win 2k the display is completely different:
1) no grid at all
2) no colors

Probably depends on the fact it only has SSE1, and some instructions of the program
require at least SSE2 code.
.........
I've changed something to make it more compatible with
old assemler versions.
No actual solution for the SSE1 though.

Well, what you see? Compatibility - is big issue :P
:bg

Yes, not SSE2 enabled CPUs will treat prefix opcode as nothing to meaning. But FPU will trashed.
Title: Re: Some Test Needed
Post by: FORTRANS on November 10, 2010, 11:25:03 PM
Hi,

   Usig the version Alex pointed out.

11/10/2010  01:21a              22,528 NEWTESTB.EXE

   Screen still looks strange, but cut&paste looks better.
Yellow text on dark blue.  No help screen (blank).

Regards,

Steve



       Microsoft Windows 2000 Professional Service Pack 4 (build 2195)
       Pentium III with MMX, SSE1

       Conversion of a screen buffer from DOS to Windows CHAR_INFO structure



    Alex / MMX - PUNPCKLBW            62        50.929     57.629     57.660     57.774

    Frank / 486 - MOV-BSWAP           43        12.523     12.523     12.518     12.520

    Frank / XMM PUNPCKLBW MOVDQA      44         4.492      4.492      4.495      4.492
Title: Re: Some Test Needed
Post by: Antariy on November 10, 2010, 11:27:11 PM
Quote from: FORTRANS on November 10, 2010, 11:25:03 PM
   Screen still looks strange

That is because Frank uses SSE2 - but I have warned him  :bg
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 11:33:25 PM
Quote from: FORTRANS on November 10, 2010, 11:25:03 PM
Hi,

   Usig the version Alex pointed out.

11/10/2010  01:21a              22,528 NEWTESTB.EXE

   Screen still looks strange, but cut&paste looks better.
Yellow text on dark blue.  No help screen (blank).

Regards,

Steve



       Microsoft Windows 2000 Professional Service Pack 4 (build 2195)
       Pentium III with MMX, SSE1

       Conversion of a screen buffer from DOS to Windows CHAR_INFO structure



    Alex / MMX - PUNPCKLBW            62        50.929     57.629     57.660     57.774

    Frank / 486 - MOV-BSWAP           43        12.523     12.523     12.518     12.520

    Frank / XMM PUNPCKLBW MOVDQA      44         4.492      4.492      4.495      4.492


You don't see the grid at all?
You don't see the help screen?

Interesting  :lol

IS THERE A FILE: TESTBEDHELP.POP IN THE FOLDER YOU UNZIPPED?

Alex, I'm using your routine with MMX code to convert the Help Screen, if he doesn't
see neither that, I really don't know what compatibility issue it is.  ::)
Quote from: Antariy on November 10, 2010, 11:27:11 PM
Quote from: FORTRANS on November 10, 2010, 11:25:03 PM
   Screen still looks strange

That is because Frank uses SSE2 - but I have warned him  :bg


What about the Help Screen? What is your theory about not displaying neither that?

Frank
Title: Re: Some Test Needed
Post by: Antariy on November 10, 2010, 11:38:23 PM
Quote from: frktons on November 10, 2010, 11:33:25 PM
What about the Help Screen? What is your theory about not displaying neither that?

Change

movntq qword ptr [edi],mm0


to

movq qword ptr [edi],mm0


in the MMX conversion proc  :green2
Title: Re: Some Test Needed
Post by: frktons on November 10, 2010, 11:47:04 PM
Quote from: Antariy on November 10, 2010, 11:38:23 PM
Quote from: frktons on November 10, 2010, 11:33:25 PM
What about the Help Screen? What is your theory about not displaying neither that?

Change

movntq qword ptr [edi],mm0


to

movq qword ptr [edi],mm0


in the MMX conversion proc  :green2


OK Alex. Why did you use movntq instead of movq ?

FORTRANS [Steve] should try this on its PC and see what happens in his machine
on mine probably nothing will change.
Title: Re: Some Test Needed
Post by: Antariy on November 10, 2010, 11:48:36 PM
Quote from: frktons on November 10, 2010, 11:47:04 PM
OK Alex. Why did you use movntq instead of movq ?

Bad habit  :P
Title: Re: Some Test Needed
Post by: frktons on November 11, 2010, 01:32:30 AM
This new release should have fixed some of the issues. Not all of them though regarding
compatibility for old machines.

A better use of MMX instructions as well

Frank


┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows 7 Ultimate Edition, 64-bit (build 7600)                         │
│CPU : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz with MMX, SSE1, SSE2, SSE3, SSSE3           │
│                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├──────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┤
│        Algorithm notes           │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│01 Alex / MMX - PUNPCKLBW MOVQ    │    64   │    3.191 │    3.179 │    3.179 │    3.179 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│02 Frank / 486 - MOV-BSWAP        │    43   │    8.357 │    8.366 │    8.358 │    8.357 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│03 Frank / XMM PUNPCKLBW MOVDQA   │    44   │    2.339 │    2.340 │    2.337 │    2.337 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤


A test is needed for machines with SSE4.1/2 code capability. If anybody with these machines could test
the program and post the results it would be great.  :U

For the latest release of the New Testbed refer to:
http://www.masm32.com/board/index.php?topic=14871.0

Frank
Title: Re: Some Test Needed
Post by: FORTRANS on November 11, 2010, 12:55:46 PM
Quote from: frktons on November 10, 2010, 11:33:25 PM
You don't see the grid at all?
You don't see the help screen?

Interesting  :lol

IS THERE A FILE: TESTBEDHELP.POP IN THE FOLDER YOU UNZIPPED?

Hi Frank,

   No grid.  Will update screen shot in ZIP file in Reply #21.  The
cursor is gone on exit, and the screen colors are not restored and
remain yellow on dark blue.

11/08/2010  09:07p               6,124 TESTBEDH.POP

   It got truncated to 8.3.  When renamed it works.

Regards,

Steve N.
Title: Re: Some Test Needed
Post by: frktons on November 11, 2010, 01:34:57 PM
Quote from: FORTRANS on November 11, 2010, 12:55:46 PM
Hi Frank,

   No grid.  Will update screen shot in ZIP file in Reply #21.  The
cursor is gone on exit, and the screen colors are not restored and
remain yellow on dark blue.

11/08/2010  09:07p               6,124 TESTBEDH.POP

   It got truncated to 8.3.  When renamed it works.

Regards,

Steve N.

Hi Steve.

Well, the 8.3 filename lenght is another problem for old OSes.

I've prepared a version that should run better on yuor machine
and clear the console to white on black as well, and restore the cursor.

Test it and let me know.

Frank
Title: Re: Some Test Needed
Post by: FORTRANS on November 11, 2010, 02:01:07 PM
Quote from: frktons on November 11, 2010, 01:34:57 PM
Well, the 8.3 filename lenght is another problem for old OSes.

I've prepared a version that should run better on yuor machine
and clear the console to white on black as well, and restore the cursor.

Test it and let me know.

Hi Frank,

   It is an old version of PKUNZIP not the OS.  An upgrade failed.
I reverted to an old version for command prompt.  And then
loaded a GUI unzip, but I never remember to use it.  My bad.

   Yes this version works, grid and all.  Cursor and colors (more
or less, boldened) restored.

Thanks,

Steve N.

11/11/2010  07:48a              25,624 TestXOld.zip
11/11/2010  02:32p              75,995 TESTBED.ASM
11/11/2010  02:32p              24,576 TESTBED.EXE


┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows 2000 Professional Service Pack 4 (build 2195)                   │
│CPU : Pentium III with MMX, SSE1                                                        │
│                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├──────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┤
│        Algorithm notes           │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│01 Alex / MMX - PUNPCKLBW MOVQ    │    64   │    6.298 │    6.295 │    6.345 │    6.342 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│02 Frank / 486 - MOV-BSWAP        │    43   │   13.299 │   12.439 │   12.437 │   12.434 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│03 Frank / XMM PUNPCKLBW MOVDQA   │    44   │    4.546 │    4.549 │    4.535 │    4.532 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│04 Alex / MMX - PUNPCKLBW MOVNTQ  │    64   │   29.549 │   56.717 │   56.715 │   56.752 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│05 Frank / 386 - MOV-SHIFT        │    42   │   11.374 │   11.368 │   11.359 │   11.359 │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│06                                │         │          │          │          │          │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│07                                │         │          │          │          │          │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│08                                │         │          │          │          │          │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│09                                │         │          │          │          │          │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│10                                │         │          │          │          │          │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│11                                │         │          │          │          │          │
├──────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┤
│12                                │         │          │          │          │          │
├──────────────────────────────────┴─────────┴──────────┴──────────┴──────────┴──────────┤
│ Esc   Exit    F1 Help    Copy     Run       View       Save       Display 12   Info    │
└────────────────────────────────────────────────────────────────────────────────────────┘


Title: Re: Some Test Needed
Post by: frktons on November 11, 2010, 10:55:35 PM
I'm glad to see you found a solution.  :U

Frank
Title: Re: Some Test Needed
Post by: frktons on November 11, 2010, 11:11:23 PM
Latest release posted:

http://www.masm32.com/board/index.php?action=dlattach;topic=14871.0;id=8430

Give it a try and let me know  :wink

Frank
Title: Re: Some Test Needed
Post by: joxley on June 29, 2011, 01:18:42 PM
┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows XP Professional Service Pack 3 (build 2600)                     │
│CPU : Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz with MMX, SSE1, SSE2, SSE3, SSSE3      │
│                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬┤
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│01 Alex / MMX - PUNPCKLBW        │   62    │    4.932 │    4.824 │    5.356 │    4.778 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│02 Frank / 486 - MOV-BSWAP       │   43    │    8.797 │    8.584 │    8.585 │    8.564 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│03 Frank / XMM - PUNPCKLBW       │   44    │    2.382 │    2.406 │    2.409 │    2.429 ││
Title: Re: Some Test Needed
Post by: milomir on July 07, 2011, 05:20:08 AM
Quote
┌────────────────────────────────────────────────────────────────────────────────────────┐
│OS  : Microsoft Windows 7 Ultimate Edition, 32-bit (build 7600)                         │
│CPU : Pentium(R) Dual-Core CPU E5500 @ 2.80GHz with MMX, SSE1, SSE2, SSE3, SSSE3        │
│                                                                                        │
│Test: Conversion of a screen buffer from DOS to Windows CHAR_INFO structure             │
├─────────────────────────────────┬─────────┬──────────┬──────────┬──────────┬──────────┬┤
│        Algorithm notes          │Proc Size│ Test # 1 │ Test # 2 │ Test # 3 │ Test # 4 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│01 Alex / MMX - PUNPCKLBW        │   62    │    8.277 │    8.393 │    8.326 │    8.098 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│02 Frank / 486 - MOV-BSWAP       │   43    │    8.454 │    8.486 │    8.676 │    8.535 ││
├─────────────────────────────────┼─────────┼──────────┼──────────┼──────────┼──────────┼┤
│03 Frank / XMM - PUNPCKLBW       │   44    │    1.590 │    1.594 │    1.590 │    1.595 ││