Patches item #1532439, was opened at 2006-08-01 07:07 Message generated for change (Comment added) made by millerpuckette You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532439...
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
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:38
Message: Logged In: YES user_id=313747
I don't have a 64 bit machine yet to test this on... will fix things as soon as I can test them.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532439...