[Issue 4393] Very good dotProduct

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

[Issue 4393] Very good dotProduct

2020-12-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4393 Walter Bright changed: What|Removed |Added Keywords||SIMD CC|

[Issue 4393] Very good dotProduct

2020-07-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4393 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 4393] Very good dotProduct

2018-05-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4393 Dmitry Olshansky changed: What|Removed |Added Keywords||performance CC|

[Issue 4393] Very good dotProduct

2017-07-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4393 Vladimir Panteleev changed: What|Removed |Added Keywords||patch --

[Issue 4393] Very good dotProduct

2016-10-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4393 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp --

[Issue 4393] Very good dotProduct

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4393 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 4393] Very good dotProduct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4393 Infiltrator changed: What|Removed |Added AssignedTo|and...@erdani.com |nob...@puremagic.com --- Comment #7 fro

[Issue 4393] Very good dotProduct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4393 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #6 from Andrei

[Issue 4393] Very good dotProduct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4393 Infiltrator changed: What|Removed |Added CC||lt.infiltra...@gmail.com --- Comment #5

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #4 from Don 2

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #3 from D

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 --- Comment #2 from Andrei Alexandrescu 2011-04-28 20:10:55 PDT --- Nice work. Got some benchmarks? Also, I wonder what version flag I should use to guard the assembler implementation. Don? -- Configure issuemail: http://d.puremagic.com/issu

[Issue 4393] Very good dotProduct

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 --- Comment #1 from bearophile_h...@eml.cc 2011-04-28 18:55:10 PDT --- Some code I have written for arrays of floats: float dot(float[] a, float[] b) { enum size_t UNROLL_MASK = 0b111; assert(a.length == b.length, "dot(): the two array

[Issue 4393] Very good dotProduct

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4393 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|