Changes between Version 50 and Version 51 of DataParallel/VectPragma
- Timestamp:
- 10/14/12 18:28:00 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/VectPragma
v50 v51 31 31 This pragma can only be used for bindings in the current module (exactly like an `INLINE` pragma). 32 32 33 '''Caveat:''' If `f`'s definition contains bindings that are being floated to the toplevel, those bindings will still be vectorised.33 '''Caveat:''' If `f`'s definition contains bindings that are being floated to the toplevel, those bindings may still be vectorised. ('''TODO:''' We might want to ensure that we never float anything out of (at least, those) bindings before the vectoriser is invoked.) 34 34 35 35
