Changes between Version 37 and Version 38 of DataParallel/VectPragma
- Timestamp:
- 12/17/11 19:57:10 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/VectPragma
v37 v38 58 58 This pragma can also be used on imported functions `f`, in the same manner as the plain `VECTORISE` pragma. 59 59 60 '''RESTRICTION:''' Functions vectorised with this pragma can not be mutually recursive. (They may be recursive.) 60 61 61 62 == The basic VECTORISE pragma for type constructors == … … 146 147 An example is `{-# VECTORISE SCALAR instance Num Int #-}`. 147 148 149 '''RESTRICTION:''' Instance dictionaries vectorised with this pragma can not be mutually recursive. (They may be recursive.) 150 148 151 == Vectorising imported definitions == 149 152
