Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 24, 2017 [Issue 17854] Suboptimal code generated with constants and SSE | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17854 --- Comment #1 from b2.temp@gmx.com --- The was the multiplication happens is terrible anyway. LDC generates cvtss2sd xmm0, xmm0 movapd xmm1, xmm0 addsd xmm1, xmm1 mulsd xmm1, xmm0 cvttsd2si eax, xmm1 ret -- |
December 22, 2020 [Issue 17854] Suboptimal code generated with constants and SSE | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17854 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |SIMD CC| |bugzilla@digitalmars.com -- |
December 17, 2022 [Issue 17854] Suboptimal code generated with constants and SSE | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17854 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 13 [Issue 17854] Suboptimal code generated with constants and SSE | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17854 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19321 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation