> but I'm using Julia 0.5, so maybe I have a better version of the A[:] assignment.
I love how Julia just gets more and more powerful... // T On Monday, October 5, 2015 at 6:48:00 PM UTC+2, Steven G. Johnson wrote: > > > > On Monday, October 5, 2015 at 12:29:17 PM UTC-4, Kristoffer Carlsson wrote: >> >> For me, the fill! version uses SIMD instructions so it is faster than the >> A[:] version. >> >> Steven, maybe you are on a julia version / computer where you don't get >> vectorized code from fill!. >> > > I'm on a machine with SIMD, but I'm using Julia 0.5, so maybe I have a > better version of the A[:] assignment. >
