1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-05 08:37:20 +02:00
openrw/rwlib/source/loaders
Filip Gawin a60bc20585 Fix misaligned memory(UB)
X86 is able to deal with
misaligned memory, but it can hurt perf.
Other arch like for example mips
is not able to digest it.

So in order of portability we should get
rid of this UB.
2018-01-13 00:49:17 +00:00
..
LoaderDFF.cpp Fix misaligned memory(UB) 2018-01-13 00:49:17 +00:00
LoaderDFF.hpp rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
LoaderIMG.cpp rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
LoaderIMG.hpp rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
LoaderSDT.cpp rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
LoaderSDT.hpp rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
LoaderTXD.cpp rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
LoaderTXD.hpp rwlib: iwyu: reduce warnings 2018-01-08 22:52:48 +00:00
RWBinaryStream.hpp Fix misaligned memory(UB) 2018-01-13 00:49:17 +00:00