[Issue 16550] Generic SIMD shuffle for Mir

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Nov 19 18:16:59 PST 2016


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

Manu <turkeyman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |turkeyman at gmail.com

--- Comment #8 from Manu <turkeyman at gmail.com> ---
I've wanted to put a SIMD helper library in std for ages. Ie, not intended to
present raw arch-specific intrinsics like core.simd, but useful functions
typically implemented as small compound operations.
LLVM kinda does this already; it presents SIMD in a fairly abstract high-level
way, and codegen's aggressively. We could get a lot of that value from a phobos
lib I think.

--


More information about the Digitalmars-d-bugs mailing list