[Issue 10226] core.simd inefficient codegen

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10226 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 10226] core.simd inefficient codegen

2017-08-07 Thread via Digitalmars-d-bugs
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

[Issue 10226] core.simd inefficient codegen

2017-03-14 Thread via Digitalmars-d-bugs
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 -

[Issue 10226] core.simd inefficient codegen

2017-03-13 Thread via Digitalmars-d-bugs
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

[Issue 10226] core.simd inefficient codegen

2017-03-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10226 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #11 from Martin Nowa

[Issue 10226] core.simd inefficient codegen

2016-04-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10226 Walter Bright changed: What|Removed |Added Summary|core.simd bad codegen |core.simd inefficient |