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

2007-02-08 Thread SourceForge.net
Patches item #1532439, was opened at 2006-08-01 16:07
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1532439group_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: Closed
Resolution: Accepted
Priority: 5
Private: No
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: IOhannes m zm�lnig (zmoelnig)
Date: 2007-02-08 17:49

Message:
Logged In: YES 
user_id=564396
Originator: NO

seems to be fixed in 0.41

--

Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-14 06: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=detailatid=478072aid=1532439group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


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

2006-08-13 Thread SourceForge.net
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=detailatid=478072aid=1532439group_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

--

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=detailatid=478072aid=1532439group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev