]> git.sesse.net Git - cubemap/commit
Use memcpy instead of incurring potential unaligned reads when reading the Metacube...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 18 Aug 2013 00:48:13 +0000 (02:48 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 18 Aug 2013 00:48:13 +0000 (02:48 +0200)
commit22cd7233eabd1d012f29e890ec67c6b70a0d6753
treee2e44e45f21f9f86d471776e3a005518b6f639f4
parent979a284b4039b0ea74525b700b9f1089b8c4248d
Use memcpy instead of incurring potential unaligned reads when reading the Metacube header.

This would probably be a portability problem for many other platforms than x86.
httpinput.cpp