[PD-dev] [ pure-data-Patches-1532439 ] arrays on 64-bit archs

SourceForge.net noreply at sourceforge.net
Tue Aug 1 16:07:21 CEST 2006


Patches item #1532439, was opened at 2006-08-01 14:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532439&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: Guenter  Geiger (ggeiger)
Assigned to: Miller Puckette (millerpuckette)
Summary: arrays on 64-bit archs

Initial Comment:
Arrays are currently not working correctly on 64 bit
architectures. This patch implements a solution for the
problem by introducing a ASTRIDE constant, which is the
ratio sizeof(union word)/sizeof(t_sample). The drawback
of this method is that arrays use twice as much memory
on 64 bit archs.
The patch should not affect 32 bit architectures, so
it might be a valid temporal fix.

Guenter

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532439&group_id=55736




More information about the Pd-dev mailing list