* ramap.c (racp): Removed optimization which caused array copying
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 8 Mar 2001 19:34:41 +0000 (19:34 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 8 Mar 2001 19:34:41 +0000 (19:34 +0000)
commit5e4a4d09fe46d48f059b2869d0f4a0abd342c017
tree5f7e1a876553b0c5bc28680d23765d4d91e508c5
parent9636b49cd2a1e3008c2df2eddcd8283ad45bc44a
* ramap.c (racp): Removed optimization which caused array copying
to fail if the two arrays shared storage.  Re-inserted the IVDEP
macros removed in the change of 2000-03-09.  (Don't really have a
complete grasp of what they are for, but they seem to be necessary
on Crays.  This needs testing!)  Thanks to Miroslav Silovic.
libguile/ChangeLog
libguile/ramap.c