[Issue 15956] Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution.

2018-10-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15956 jo...@mail.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15956] Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution.

2018-10-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15956 jo...@mail.de changed: What|Removed |Added Severity|critical|normal --- Comment #3 from jo...@mail.de ---

[Issue 15956] Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution.

2018-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15956 --- Comment #2 from jo...@mail.de --- As far as I can tell this problem stems from the fact, that some of the types in core.simd are not working AT ALL. Consider this simple example: double4 f; f[0] = 1.0; f[1] = 2.0; f[2] = 3.0; f

[Issue 15956] Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution.

2018-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15956 --- Comment #1 from jo...@mail.de --- As far as I can tell this problem stems from the fact, that some of the types in core.simd are not working AT ALL. Consider this simple example: double4 f; f[0] = 1.0; f[1] = 2.0; f[2] = 3.0; f

[Issue 15956] Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution.

2018-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15956 jo...@mail.de changed: What|Removed |Added CC||jo...@mail.de Severity|major

[Issue 15956] Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15956 Walter Bright changed: What|Removed |Added Keywords||SIMD CC|