[Issue 3760] Allow std.math pure function to be used in array operations.

2018-05-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3760 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3760] Allow std.math pure function to be used in array operations.

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3760 --- Comment #1 from Don clugd...@yahoo.com.au 2010-02-04 05:16:00 PST --- Rationale for this is that modern processors have SSE instructions which could perform up to 4 mathematial operations in parallel (like sin, cos, exp, log, pow). Not

[Issue 3760] Allow std.math pure function to be used in array operations.

2010-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3760 --- Comment #2 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-02-04 15:54:00 PST --- (In reply to comment #1) Rationale for this is that modern processors have SSE instructions which could perform up to 4 mathematial operations in