Version
3.5-1849
Branch
hardwareAA
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
198f0f6eb8bad77e6496015da74f2cbdae2c2378
Change author
Scott Mansell
Change description
VideoSoftware: Optimisations: Mark Aliasing pointers as const.

They don't change, and this allows the compiler to reason about them
better.

Also maked various fields as aligned; GCC's autovectorizer actually
manages to vectorize a small loop now.