\"\" \"\" \"\"
Go backward to Fortran Matrices
Go up to Top
Go forward to Vectorizing Compiler
RISC-Linz logo

High-Level Vector Statements

e.g. Fortran 90
INTEGER A(100), B(100), C(100), S
A(1:100) = S*B(1:100)+C(1:100)
Easy transformation into vector code.
Author: Wolfgang Schreiner
Last modification: November 15, 1996