News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

mmx sse sse2 need help with sse2

Started by elcricri, January 08, 2006, 06:18:36 PM

Previous topic - Next topic

elcricri

hi
i have a little problem
.686                                     ; for 586 processor or better
.model flat, stdcall                     ; 32-bit memory and standard call
option casemap:none
.xmm

mul4  proc nb:dword,p:dword
     movq mm(1),[esi]   ok mmx work
     movlps xmm(1), [esi]  sse work
     movlpd xmm(0),[ebx]  <------------------ don t work (sse2) :( why i have the masm 8.2 and beta 9

MichaelW

Hello elcricri, welcome to the forum.

The MASM32 package includes ML version 6.14, which does not support SSE2. For SSE2 you need ML version 6.15+. Try searching the forum for "SSE2".

eschew obfuscation

elcricri

 ok  thanks
what is the best version 6.15 or more ?

MichaelW

Quotewhat is the best version 6.15 or more ?

I would use 6.15, but I know that many members here are using 7.00+. If I recall correctly, there was some sort of change in the debug information for 7.00+.

eschew obfuscation

elcricri

ok i found the 6.15 :U

i see also that exist 7.00.9466
7.10.2240
7.10.3077

elcricri

ml 7.10.4035 free and legal and (ml64 amd64  8.00.40310.39)

http://www.microsoft.com/whdc/driver/wdf/KMDF_pkg.mspx    269 Mo
install ddk and you have

Snouphruh

#6
I can supply you with ML 8.00.40426.16


Please do not offer to supply software to members unless the licence agreement expressly says you have the right to redistribute it.

- sluggy

Human

yeah i could also get it but i dont want it and searched for 7.10.4035, 8.0 is .net infected, you need to install that crap to compile asm files, buehehe nice msshit joke

Snouphruh

Quote from: Snouphruh on January 27, 2006, 10:06:08 AM
I can supply you with ML 8.00.40426.16


Please do not offer to supply software to members unless the licence agreement expressly says you have the right to redistribute it.

- sluggy


Ok, no problem.

Snouphruh

Quote from: Human on January 29, 2006, 02:47:27 AM
yeah i could also get it but i dont want it and searched for 7.10.4035, 8.0 is .net infected, you need to install that crap to compile asm files, buehehe nice msshit joke

8.0 needs only 2 DLLs. You can put them in your MASM folder or in Windows System one.