[Issue 8047] important opcodes missing from core/simd.d

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 22 16:43:30 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=8047


Marco Leise <Marco.Leise at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Marco.Leise at gmx.de
           Severity|normal                      |major


--- Comment #1 from Marco Leise <Marco.Leise at gmx.de> 2013-11-22 16:43:26 PST ---
Some mnemonics like PMOVMSKB cannot even be expressed with the interface that
is offered. It returns a 32-bit word consisting of only the high bit of every
byte in the MMX or SSE register.
Since I've tried other workarounds up inline asm and hard coding hex values and
nothing worked, I've set this bug to 'major'.
The inline asm workaround usually ends in this:
Internal error: backend/cgcod.c 1561
But that's not what this bug report is about. I'm just stating that there are
more SIMD bugs lurking under the surface.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list