Skip to content

alloc: fix pl_alloc alignment

Niklas Haas requested to merge alignment into master

intmax_t is not enough to guarantee alignment, we need max_align_t.

Fixes https://github.com/haasn/libplacebo/issues/130

Merge request reports