Any usable SIMD implementation?

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 5 17:45:54 PDT 2016


On 4/5/2016 4:17 AM, 9il wrote:
> What wrong for scientist to write `-mcpu=native`?

Because it would affect all the code in the module and every template it 
imports, which is a problem if you are using 'static if' and want to compile 
different pieces with different settings.


More information about the Digitalmars-d mailing list