Browse thread
[Caml-list] Bigarray and blitting
- Jonathan Roewen
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] Bigarray and blitting |
Hi, Is blitting with a bigarray safe when the source and destination are the same array for arbitrary overlapping regions? Or are the semantics of the blit not guaranteed in this circumstance? I could't find anything on this in the documentation. Jonathan