← Back to index
|
Original Bugzilla link
Bug 17106 – [ICE] SIMD Internal error with optimizations: Internal error: backend\cgcod.c 1666
Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2017-01-18T14:32:04Z
Last change time
2020-12-23T00:48:33Z
Keywords
backend, SIMD
Assigned to
No Owner
Creator
Simen Kjaeraas
Comments
Comment #0
by simen.kjaras — 2017-01-18T14:32:04Z
Test case: module foo; import core.simd; struct bug { float4 value; this(float4 ) { } auto normalize() { bug t1 = __simd(XMM.DPPS, value, value); value = __simd(XMM.MULPS, value); return this; } } command line: dmd -m64 -O foo.d
Comment #1
by bugzilla — 2020-12-23T00:48:33Z
This is the same problem as
https://issues.dlang.org/show_bug.cgi?id=17105
*** This issue has been marked as a duplicate of issue 17105 ***