Sat Mar 5 04:36:25 PST 2011 Manuel M T Chakravarty <[email protected]>
* Completed the implementation of VECTORISE SCALAR
- The pragma {-# VECTORISE SCALAR foo #-} marks 'foo' as a
scalar function for for vectorisation and generates a
vectorised version by applying 'scalar_map' and friends.
- The set of scalar functions is not yet emitted into
interface files. This will be added in a subsequent
patch via 'VectInfo'.
M ./compiler/vectorise/Vectorise.hs -44 +47
M ./compiler/vectorise/Vectorise/Env.hs -1 +2
M ./compiler/vectorise/Vectorise/Exp.hs -107 +123
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110305123625-6295e-715752803f8530ecd0ed5d5e3b8c86346e43ac65.gz
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc