Changes between Version 20 and Version 21 of DataParallel/VectPragma
- Timestamp:
- 08/21/11 06:37:13 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/VectPragma
v20 v21 23 23 }}} 24 24 then it is ignored by the vectoriser — i.e., no function `f_v` is generated and `f` is left untouched. 25 26 This pragma can only be used for bindings in the current module (exactly like an `INLINE` pragma). 25 27 26 28 '''Caveat:''' If `f`'s definition contains bindings that are being floated to the toplevel, those bindings will still be vectorised.
