aboutsummaryrefslogtreecommitdiff
path: root/devel/orc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4.4Martin Matuska2010-03-303-11/+5
| | | | Notes: svn path=/head/; revision=251801
* - Fix pkg-descrMartin Matuska2010-03-091-5/+9
| | | | Notes: svn path=/head/; revision=250762
* Orc – The Oil Runtime CompilerMartin Matuska2010-03-094-0/+134
Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. (OIL stands for Optimized Inner Loops) WWW: http://code.entropywave.com/projects/orc/ Notes: svn path=/head/; revision=250761