Changes between Version 1 and Version 2 of DataParallel/Vectorisation/CodeVectorisation
- Timestamp:
- 05/28/07 01:18:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/Vectorisation/CodeVectorisation
v1 v2 3 3 {{{ 4 4 (\x -> e)* 5 | isUbxFun (\x->e) = VFun (\x_v -> e*)(\x_v -> e^)6 | otherwise = Fun ( VFun (\x_v -> e*)(\x_v -> e^))5 | isUbxFun (\x->e) = (\x_v -> e*) :|| (\x_v -> e^) 6 | otherwise = Fun ((\x_v -> e*) :|| (\x_v -> e^)) 7 7 (e1 e2)* 8 8 | isUbxFun e1 = vfunS e1* e2*
