https://bugs.kde.org/show_bug.cgi?id=512873
--- Comment #4 from Mark Wielaard <[email protected]> --- Please add the bug number and summary to NEWS and https://bugs.kde.org/show_bug.cgi?id=512873 at the end of the commit message. The amd64 variant has a /* FIXME: this needs an alignment check */ and the intel sse4 manual says Exceptions #GP(0) If a memory operand is not aligned on a 16-byte boundary. But apparently this hasn't been a real issue on amd64 either. Probably no program relies on having an exception raised on non-aligned memory access. which kind of makes sense... Maybe do add a similar comment though. The code generation is pretty generic, same as for amd64 case. The tests look ok, although I would reorder the test to make the .exp diff smaller. Please feel free to push with (or without) those changes. -- You are receiving this mail because: You are watching all bug changes.
