-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opj_malloc replacement #625
Comments
@detonin I am less convinced I need to implement (3). Technically the code in the branch now garantee that memory is 16 bytes aligned in all cases, instead of hoping the code is executed on x86_64. So I would like people to comment on my proposal now. |
calloc implementation shall probably be updated too. |
@mayeut |
@malaterre I'll comment in your commit, it'll be easier I think. |
My bad for |
Seems an aligned |
Some section of the code rely on specific alignement using sentinel
__SSE2__
:But opj_malloc.h header does not have logic to cope with this (based on totally different logic). I suggest:
The text was updated successfully, but these errors were encountered: