On Saturday, 2 March 2013 at 00:47:02 UTC, Steven Schveighoffer wrote: > Try my hand-written version (elsewhere in thread). I think it > can be done better too (use pointers instead of arrays). > That is usually a bad idea as it will fuck up pretty bad the aliasing analysis capabilities of the compiler.