https://bugs.kde.org/show_bug.cgi?id=399499
Frederik Gladhorn <gladh...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gladh...@kde.org --- Comment #22 from Frederik Gladhorn <gladh...@kde.org> --- I would guess this is an alignment issue, see the Intel Intrinsics Guide: https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=load_si128&expand=5191,3063,5661,3343 Load 128-bits of integer data from memory into dst using a non-temporal memory hint. mem_addr must be aligned on a 16-byte boundary or a general-protection exception may be generated. In other words: we should check the alignment of dstP as far as I can tell. -- You are receiving this mail because: You are watching all bug changes.