Files
Nim/lib
LemonBoy 1fe949b9d5 Make the swap procs safe for unaligned input ptrs (#9210)
* Make the swap procs safe for unaligned input ptrs

The copy to a temporary local variable is often elided by a sufficiently
smart compiler when it can prove the input pointer is aligned.

Refs #9206

* Explain why copyMem is used
2018-10-18 14:30:31 +02:00
..
2017-02-20 17:24:19 +02:00
2018-10-17 00:17:37 +02:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00