| Related articles |
|---|
| Has anyone made gcc generate vectorised code? jeremy@sw.oz.au (1992-07-16) |
| Newsgroups: | gnu.gcc,comp.sys.super,comp.compilers |
| From: | jeremy@sw.oz.au (Jeremy Fitzhardinge) |
| Organization: | Softway Pty Ltd |
| Date: | Thu, 16 Jul 1992 04:07:50 GMT |
| Summary: | Has anyone made gcc generate vectorised code? |
| Keywords: | GCC, vector, question |
I'm wondering if anyone has given gcc the ability to vectorize essentially
scalar programs and thus generate code for a machine with a vector
processor (specifically a Fujitsu VP2x00 series machine).
Does gcc currently have the ability to analyse code for the degree of
parallelism required (looking for independance of iterations in loops,
etc) or only within a basic block in linear code?
I'll summarise if I get something.
J
--
jeremy@softway.sw.oz.au ph:+61 2 698 2322-x122 fax:+61 2 699 9174
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.