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 <arch.d.robi...@gmail.com>
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
>

Reply via email to