http://d.puremagic.com/issues/show_bug.cgi?id=7509
Manu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Manu <[email protected]> 2012-03-11 12:19:46 PDT --- I think this should be prohibited at all costs. This is a very slow operation on every architecture other than x64. I'm carefully crafting std.simd with functions that encourage the best results on all platforms, and I'm addressing this issue there. Allowing this implicit case would ruin many libraries implementing SIMD code on all non-x64 platforms. They should rather be encouraged to use the library appropriately instead. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
