On 12/19/2013 09:49 AM, IOhannes m zmoelnig wrote:
SCAF (Simple Cellular Automata Forth) is ported to x86_64 ABI. It still uses the old MMX 64bit integer code which makes little sense on x86_64, but at least it works.
quick questions: is scaf supposed to work on non-i386/amd64?
no. scaf is hard-wired intel MMX assembly, so not compatible with other architectures.
3dp mostly works. Some known issues in corner cases (pdp/opengl/doc/examples): - example05.pd : multiple window render contexts causes crash
i noticed that i cannot close a 3dp window. closing the patch will leave the window open, opening another 3dp patch will crash Pd.
probably another manifestation of the problem with the context create/destroy/switch bug. fixing this is next on the list.
thanks for the patches