The pixels are still packed as RGBX in memory but
no structure is created, it’s just a contiguous buffer.
Interpolation is now done with SIMD on integer values.
- Add SIMD define.
Tiles overlap on the bottom line and the right column.
Having an overlap allows us to get neighbor points for each point in a
tile, regardless of its position.