Changes between Version 5 and Version 6 of CommonHelperFunctionsForDifferentParallelLanguage
- Timestamp:
- 07/16/14 14:30:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonHelperFunctionsForDifferentParallelLanguage
v5 v6 27 27 For every binary operarions defined in &operation, data will be used as the left operand and 28 28 buf will be used as right operand and input and ouput argument. The value of buf as an input 29 argument will always be the result got from the very lastoperation. Finally buf is also an output argument.29 argument provides operands for this operation. Finally buf is also an output argument. 30 30 */ 31 31 void $bundle_unpack_apply($bundle data, void *buf, int size, $operation op);
