https://issues.dlang.org/show_bug.cgi?id=10226
Iain Buclaw changed:
What|Removed |Added
Priority|P2 |P4
--
https://issues.dlang.org/show_bug.cgi?id=10226
--- Comment #14 from github-bugzi...@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/194fa0a92aec4a2b4fa5a6e28feeedca6daceb76
partly resolve Issue 10226 - inefficient core.simd codegen
https://issues.dlang.org/show_bug.cgi?id=10226
--- Comment #13 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/194fa0a92aec4a2b4fa5a6e28feeedca6daceb76
partly resolve Issue 10226 - inefficient core.simd codegen
-
https://issues.dlang.org/show_bug.cgi?id=10226
--- Comment #12 from Martin Nowak ---
The cause for the example in comment 11 seems to be the void16 parameters of
__simd_sto which breaks the
(tyfloating(em->Ety) != 0) == (tyfloating(e->Ety) != 0)
condition in localizer.
https://github.com/dla
https://issues.dlang.org/show_bug.cgi?id=10226
Martin Nowak changed:
What|Removed |Added
CC||c...@dawg.eu
--- Comment #11 from Martin Nowa
https://issues.dlang.org/show_bug.cgi?id=10226
Walter Bright changed:
What|Removed |Added
Summary|core.simd bad codegen |core.simd inefficient
|