Pascal Quantin
changed
bug 10798
Comment # 50
on bug 10798
from Pascal Quantin
(In reply to Anders Broman from comment #49)
> Figured as much - how to make it aligned? :-)
I'm not aware of any code allowing to force g_malloc allocation to 16 bytes. So
we probably lack a specific code for unaligned memory allocation, but it will
impact the performances.
The real fix should probably to stop allocating dynamic memory for __m128i
mask. I will dig this path I think (unless someone has a better idea).
You are receiving this mail because:
- You are watching all bug changes.