Changes between Version 20 and Version 21 of DataParallel/VectPragma

Show
Ignore:
Timestamp:
08/21/11 06:37:13 (22 months ago)
Author:
chak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataParallel/VectPragma

    v20 v21  
    2323}}} 
    2424then it is ignored by the vectoriser — i.e., no function `f_v` is generated and `f` is left untouched. 
     25 
     26This pragma can only be used for bindings in the current module (exactly like an `INLINE` pragma). 
    2527 
    2628'''Caveat:''' If `f`'s definition contains bindings that are being floated to the toplevel, those bindings will still be vectorised.