Commit Graph

14 Commits

Author SHA1 Message Date
ajacoutot
e2894e788c Remove -pthread patching and sync a bit closer to a pending patch
for upstream since the original project is missing libpthread
linking all together.

from Brad (maintainer)
2012-08-26 07:17:20 +00:00
ajacoutot
fe15fa4bed Disable altivec for powerpc for now as it segfaults.
ok Brad (maintainer) sthen@
2012-01-27 09:44:11 +00:00
ajacoutot
8e994931c9 Fix lack of nopl support.
from Brad (maintainer)
2011-10-17 09:06:54 +00:00
ajacoutot
5c840dc440 Update to orc-0.4.16.
from Brad (maintainer)
2011-10-04 06:45:41 +00:00
naddy
4c481ede43 Make sure the log buffer is initialized to a valid zero-length string.
ok Brad sthen@
2011-08-01 20:50:10 +00:00
sthen
cfd8f226fc Fix PowerPC support, from upstream via Brad. Allows removing forced -O0
(always nice for code which is supposed to run fast). Tested by landry@
2011-04-05 08:09:00 +00:00
sthen
00582ef96a Bump ports which should be using newer autoconf to 2.65;
config.h files checked.  From Brad.
2011-03-26 10:05:24 +00:00
landry
fe14c11641 Switch those back to use an autoconf version that's actually known to
produce working results (ie not 2.65). Use 2.64 at brad's request.
ok ajacoutot@ sthen@
2011-01-18 11:37:40 +00:00
jasper
6056aec73e - update orc to 0.4.11
from brad
2010-11-19 08:58:18 +00:00
sthen
9eb24250ce Update orc to 0.4.6, patched to avoid opcodes not available on our
supported arm systems. From Brad, with some prodding from ajacoutot,
many opcodes worked out by me the slow way.
2010-07-21 20:30:21 +00:00
sthen
1d7517410d let this build on arm; from Brad 2010-04-10 11:11:06 +00:00
sthen
4dececaf10 update orc to 0.4.4, from Brad 2010-04-09 21:56:05 +00:00
sthen
0fbeaaa2a3 use newer autoconf, from Brad 2010-04-03 00:21:14 +00:00
sthen
57e0cc8a72 Import devel/orc, from Brad with a patch from me to drop ARM machines
back to the generic support rather than trying to use the asm backend
which appears to be broken upstream.

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.
2010-03-25 10:23:26 +00:00