Open yvt opened 10 years ago
alignas
does not align the dyanmically allocated buffers. We need an aligned allocator...
https://gist.github.com/donny-dont/1471329
@yvt is this issue still valid?
As far as I can see from the source code, It's still valid.
Malloc-ed regions are 8-byte aligned in x86 Linux. This causes some SSE code to do unaligned accesses, causing SIGSEGV.
Confirmed On
Work-around