mem: align memory to requested alignment

Improve the allocators to always align the buffer memory to the
requested alignment
Use aligned read and writes for sse functions and check alignment,
optionally falling back to unaligned path.
Add more tests and benchmark cases
Check and warn for misaligned memory in plugins.
This commit is contained in:
Wim Taymans 2019-01-24 18:28:52 +01:00
parent dd66469570
commit 13bf70a8dd
19 changed files with 736 additions and 516 deletions

@ -1 +1 @@
Subproject commit c404942e9d15bd3340c57121753fed8d38b247c6
Subproject commit 1cf3e01219d66f92ea655ddf5c2f4caa9b96bcf7