Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zehn_loader: Tell the compiler that the malloced header is aligned
It doesn't know that the function call returns an aligned pointer, so tell it explicitly. This way it uses aligned loads instead of multiple byte loads. Here the size goes from 616 to 484, saving more than 20%!
- Loading branch information