Fw: Can you use SSE2 in DOS?

From: Beth Wise (dtopnorth_at_yahoo.com)
Date: 03/29/04

  • Next message: hutch--: "Re: RAMDrive Source / RAMDisk Source"
    Date: Mon, 29 Mar 2004 07:11:32 +0000 (UTC)
    
    

    I've posted this about 4 times. I always get the confirmation that I posted
    as shown below. I never see the post make it to the newsgroups.

    1. It is not rejected
    2. The email name is valid

    I see no reason for the problem. I post to several other newsgroups with
    this address, dtopnorth@yahoo.com . I never have a problem. I do from time
    to time change the name associated with the email address. In the case of
    newgroup posting the name says "dtn". But as you see, the name that you get
    from this email is "Beth Wise"

    ----- Original Message -----
    posting-system@google.com wrote:
    Date: Mon, 15 Mar 2004 21:51:46 -0800
    From: posting-system@google.com
    To: dtopnorth@yahoo.com
    Subject: Can you use SSE2 in DOS?

    From: dtopnorth@yahoo.com (dtn)
    Newsgroups: comp.lang.asm.x86
    Subject: Can you use SSE2 in DOS?
    NNTP-Posting-Host: 64.218.161.80
    Message-ID: <917edac7.0403152151.6a67ff16@posting.google.com>

    I want to actually just demonstrate SSE2 instructions and XMM
    registers from DOS. So I start a debugger (like GRDB.EXE)from the DOS
    prompt and code in an MMX instruction like PSLLQ. It works. I add a
    66h in front of it which according to my manuals makes it into an XMM
    instruction.

    I then execute that instruction and the system hangs.

    Is there something I must do to enable SSE2??

    I am using an AMD Opteron CPU and I checked the CPU instruction and it
    supports SSE2. - Thanks


  • Next message: hutch--: "Re: RAMDrive Source / RAMDisk Source"

    Relevant Pages

    • Re: Can you use SSE2 in DOS?
      ... I never see the post make it to the newsgroups. ... Can you use SSE2 in DOS? ... > prompt and code in an MMX instruction like PSLLQ. ...
      (comp.lang.asm.x86)
    • Re: About MMXSSE2 PSADBW instruction ?
      ... RE SSE2 implementations, ... Which compiler are you using? ... PSADW instruction has a latency of 5 ... cycles and a throughput of 1 every 2 cycles. ...
      (comp.lang.asm.x86)
    • Re: Improving multi arithmetic with MMX/SSE2
      ... mmx pmuludq is faster than using mul. ... actually used MMX or SSE2, but I think I got a clue what it's all about. ... integers I need to do 4 multiplications of 64bit integers and add them ... in one instruction and get the full 128bit result of each ...
      (comp.lang.asm.x86)
    • Re: Future DevCo Delphi Compilers
      ... For 64bit CPUs, SSE2 is part of the core instruction set, but for 32bit ones, it's not, and MS stated that they wouldn't be adressing CPU specifics in any particular platform .Net jitter to keep things workable. ... Additionnally, SSE2 precision is 64bit for mantissa and exponent, while FPU was going up to 80bit and was performing everything at 80bit internally ie. when manipulating double-precision numbers via the FPU, you could get away with no calculus-induced precision loss if you were careful. ...
      (borland.public.delphi.non-technical)
    • Re: Replacing SSE2 instructions with another instruction set in a executable
      ... The functionality available in SSE2 instruction do not usually have a ... for you to have the capacity in a backwards compatible form is to ... rewrite at least some of the SSE2 sections of the code so it does what ... available on the 200 mmx pentiums. ...
      (comp.lang.asm.x86)