• Ryan C. Gordon's avatar
    From Mike Frysinger and/or Gentoo: · 9cff95c6
    Ryan C. Gordon authored
    - libsdl-PIC-load-mmx-masks-from-stack.patch
    this one may be a little controversial ... the fix here is again that you cant
    reference the memory addresses like this to load into a mmx register, so the
    way to do it is to push two 32bit words onto the stack, load the 64bit value
    off of the stack into the mmx register, and then adjust the stack so that
    it's back to normal.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401233
    9cff95c6
mmxp2_32.asm 9.34 KB