[Issue 16945] Have test runner in the test suite check CPU capability to determine whether to use -mavx flag

2016-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16945 Walter Bright changed: What|Removed |Added Keywords||bootcamp, SIMD --

[Issue 16945] New: Have test runner in the test suite check CPU capability to determine whether to use -mavx flag

2016-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16945 Issue ID: 16945 Summary: Have test runner in the test suite check CPU capability to determine whether to use -mavx flag Product: D Version: D2 Hardware: All OS:

[Issue 8845] Can't pass immediate or rvalue args to ref function parameters

2016-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8845 --- Comment #21 from Nick Treleaven --- I came up with a lvalueOf!rvalue template which hopefully is memory-safe. Not tested with Walter's DIP1000 scope branch (yet). enum typeof(v[0])[v.length] staticArray(v...) = [v]; ref const(T)

[Issue 16945] Have test runner in the test suite check CPU capability to determine whether to use -mavx flag

2016-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16945 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 16946] rdmd causes linker issues when DMD options are changed between runs

2016-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16946 Andrej Mitrovic changed: What|Removed |Added Severity|enhancement |normal --

[Issue 16946] New: rdmd causes linker issues when DMD options are changed between runs

2016-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16946 Issue ID: 16946 Summary: rdmd causes linker issues when DMD options are changed between runs Product: D Version: D2 Hardware: All OS: Windows Status:

[Issue 16764] `hashOf` is misleading, error-prone, and useless

2016-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16764 joeyemm...@yahoo.com changed: What|Removed |Added CC||joeyemm...@yahoo.com --- Comment #1