November 26, 2016 [Issue 16550] Generic SIMD shuffle for Mir | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16550 --- Comment #9 from Iain Buclaw <ibuclaw@gdcproject.org> --- (In reply to Manu from comment #8) > 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. Yeah, two high level abstractions you could expose that should be well understood by compilers are vector permutation/shuffle, and vector conditions. -- |
December 17, 2022 [Issue 16550] Generic SIMD shuffle for Mir | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16550 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 13 [Issue 16550] Generic SIMD shuffle for Mir | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16550 --- Comment #10 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19197 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation