update to 0.4.16
changes: -Convert MMX and SSE backends to a new instruction scheduler -Add alignment and size hints to parser -bugfixes
This commit is contained in:
parent
beecb830e8
commit
cf1b837c4f
3 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/05/18 09:58:39 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/11/17 12:45:06 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= orc-0.4.14
|
||||
DISTNAME= orc-0.4.16
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://code.entropywave.com/download/orc/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2011/05/18 09:58:39 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/11/17 12:45:06 drochner Exp $
|
||||
bin/orc-bugreport
|
||||
bin/orcc
|
||||
include/orc-0.4/orc-test/orcarray.h
|
||||
|
@ -26,6 +26,7 @@ include/orc-0.4/orc/orcx86insn.h
|
|||
lib/liborc-0.4.la
|
||||
lib/liborc-test-0.4.la
|
||||
lib/pkgconfig/orc-0.4.pc
|
||||
share/aclocal/orc.m4
|
||||
share/gtk-doc/html/orc/ch01.html
|
||||
share/gtk-doc/html/orc/ch02.html
|
||||
share/gtk-doc/html/orc/ch03.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2011/05/18 09:58:39 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.8 2011/11/17 12:45:06 drochner Exp $
|
||||
|
||||
SHA1 (orc-0.4.14.tar.gz) = fb9edd4978e4f9f4aef01d6ff43144e9a4800d0a
|
||||
RMD160 (orc-0.4.14.tar.gz) = b2fc18059fed6ac51e511c18ad481cd1a5295fca
|
||||
Size (orc-0.4.14.tar.gz) = 660407 bytes
|
||||
SHA1 (orc-0.4.16.tar.gz) = b67131881e7834b0c820bfba468f668100fb2e91
|
||||
RMD160 (orc-0.4.16.tar.gz) = d2073873e11dd73aaf1a0b9758d60535a0e6b61a
|
||||
Size (orc-0.4.16.tar.gz) = 668368 bytes
|
||||
SHA1 (patch-ab) = 589967ac10bbfcf1cf557918aed86a93f0d85a2b
|
||||
|
|
Loading…
Reference in a new issue