Update to OpenPA 1.0.2.
New in OpenPA v1.0.2: Major Changes: * Add support for 64-bit PPC. * Static initializer macros for OPA types. balaji (1): * Fix pthread_mutex usage for inter-process shared memory regions. buntinas (1): * added OPA typedef for pthread_mutex_t fortnern (4): * Add more tests for compare-and-swap. * Add integer compare-and-swap fairness test. * Add pointer version of compare-and-swap fairness test. * Added configure test for pthread_yield. goodell (6): * Fix bad include guard in the opa_by_lock.h header. * Add new "unsafe" primitives. Also minor updates to the docs. * Add support for 64-bit PPC. * Update README to reflect 64-bit PPC support. * Add static initializer macros for OPA_int_t/OPA_ptr_t. * Actually include the COPYRIGHT and CHANGELOG files in the distribution. jayesh (1): * Fixed compiler warnings in NT intrinsics. Now type casting the arguments to NT intrinsics correctly
This commit is contained in:
parent
682c08cbf9
commit
5954f4cff2
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/12/11 03:58:37 asau Exp $
|
||||
|
||||
DISTNAME= openpa-1.0.1
|
||||
DISTNAME= openpa-1.0.2
|
||||
CATEGORIES= parallel
|
||||
MASTER_SITES= http://trac.mcs.anl.gov/projects/openpa/raw-attachment/wiki/Downloads/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2009/12/11 03:58:37 asau Exp $
|
||||
include/opa_config.h
|
||||
include/opa_primitives.h
|
||||
include/opa_queue.h
|
||||
|
@ -16,5 +16,6 @@ include/primitives/opa_gcc_ppc.h
|
|||
include/primitives/opa_gcc_sicortex.h
|
||||
include/primitives/opa_nt_intrinsics.h
|
||||
include/primitives/opa_sun_atomic_ops.h
|
||||
include/primitives/opa_unsafe.h
|
||||
lib/libopa.a
|
||||
share/doc/openpa/README
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/12/11 03:58:37 asau Exp $
|
||||
|
||||
SHA1 (openpa-1.0.1.tar.gz) = 0eebef95ede33d72dc9ddcfba584bb729766cb0e
|
||||
RMD160 (openpa-1.0.1.tar.gz) = 5777225663b591d34951e62d569d79f47f47b8d1
|
||||
Size (openpa-1.0.1.tar.gz) = 117211 bytes
|
||||
SHA1 (openpa-1.0.2.tar.gz) = bb632de1976a06baed3450b2306b1c1bb7695cb5
|
||||
RMD160 (openpa-1.0.2.tar.gz) = 016564a02a0559d75edc09e8ca5ce3bdcdca1228
|
||||
Size (openpa-1.0.2.tar.gz) = 126362 bytes
|
||||
|
|
Loading…
Reference in a new issue