The Oil Runtime Compiler
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.
- Developed at multimedia:libs
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/orc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000076 76 Bytes | |
baselibs.conf | 0000000013 13 Bytes | |
orc-0.4.34.tar.xz | 0000202628 198 KB | |
orc.changes | 0000019839 19.4 KB | |
orc.spec | 0000003023 2.95 KB |
Revision 44 (latest revision is 48)
Dominique Leuenberger (dimstar_suse)
accepted
request 1091414
from
Bjørn Lie (iznogood)
(revision 44)
- Update to version 0.4.34 + Thread-safety improvements around orc codemem allocation/freeing + Add orc_parse_code() with more detailed error reporting + Implement Orc function lazy initialization correctly via atomic operations + orc program parser fixes and improvements + build fixes and compiler warning fixes + coverity and clang scan-build static code analysis fixes + meson: Do not always generate static library for test library + ci improvements
Comments 0