On Fri, Jul 8, 2011 at 5:10 PM, Ian Lynagh <ig...@earth.li> wrote:
> @@ -201,6 +214,15 @@ foreign import ccall interruptible
>           deprecated, has now been removed.
>         </para>
>       </listitem>
> +
> +      <listitem>
> +        <para>
> +          There is a new <literal>VECTORISE</literal> pragma, where
> +          <literal> {-# VECTORISE var = exp #-}</literal>
> +          prevents the vectoriser from vectorising
> +          <literal>var</literal>.
> +        </para>
> +      </listitem>
>     </itemizedlist>
>   </sect2>
>

This sounds utterly confusing! Shouldn't NOVECTORISE mean don't
vectorise and VECTORISE mean do vectorise?

Cheers,
Johan

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to