summaryrefslogtreecommitdiff
path: root/lang/cilk/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-07-18repair compilation on pre gcc-2.95.* systems broken by last commit.dmcmahill1-11/+14
Should still work on gcc-2.95.* systems.
2002-07-17Make this package compile:agc1-0/+13
+ use cpp0 rather than cpp + add missing dependency on Perl + use NetBSD's libtool rather than rolling our own at config time
2002-05-04Initial import of cilk.jtb1-0/+13
Cilk is a language for multithreaded parallel programming based on ANSI C. Cilk is designed for general-purpose parallel programming, but it is especially effective for exploiting dynamic, highly asynchronous parallelism, which can be difficult to write in data-parallel or message-passing style. Cilk has been developed since 1994 by the Supercomputing Technologies Group at the MIT Laboratory for Computer Science. Cilk has been used for research, teaching, and for coding applications such as a virus shell assembly simulator and three chess programs.