It also looks as if there is some HTML that sneaked into your code. On line 11 of the fourth code blob:"<strong>end</strong>" -E
On Mon, Sep 15, 2014 at 3:06 PM, Elliot Saba <[email protected]> wrote: > Hey Arch, > > Looking at the second code blob, on line 08 you have "t4 = b+c", but I > think you mean "t4 = t2+t3". > -E > > On Mon, Sep 15, 2014 at 2:39 PM, Arch Robison <[email protected]> > wrote: > >> I've posted an article on the @simd feature to >> https://software.intel.com/en-us/articles/vectorization-in-julia . >> @simd is an experimental feature >> <http://julia.readthedocs.org/en/release-0.3/manual/performance-tips/#performance-annotations> >> in Julia 0.3 that gives the compiler more latitude to .vectorize loops. >> Corrections/suggestions appreciated. >> >> - Arch D. Robison >> Intel Corporation >> > >
