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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Dec 10 11:12:08 PST 2014


https://issues.dlang.org/show_bug.cgi?id=8047

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #3 from Martin Nowak <code at dawg.eu> ---
(In reply to John Colvin from comment #2)
> Also missing is PCMPGT[SDQ]
> 
> Can they just be added to the druntime file or are compiler modifications
> necessary?

Looks like most can simply be added, just have to add the correct opcode.
But PCMPGTQ is already there and works for me on 2.066.1.
https://github.com/D-Programming-Language/druntime/blob/109a604a08c7592687a9b482ac2a8bb8ded80ccc/src/core/simd.d#L3633

--


More information about the Digitalmars-d-bugs mailing list