This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/53535] non-aligned memset on non-strict-alignment !SLOW_UNALIGNED_ACCESS targets not optimized where aligned memset is


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53535

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|non-aligned memset on       |non-aligned memset on
                   |non-strict-alignment        |non-strict-alignment
                   |targets not optimized where |!SLOW_UNALIGNED_ACCESS
                   |aligned memset is           |targets not optimized where
                   |                            |aligned memset is

--- Comment #4 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-05-31 04:40:12 UTC ---
(In reply to comment #2)
> Unless the loading of unalignment makes it much slower.

Well, yes, I missed adding !SLOW_UNALIGNED_ACCESS in the title. :)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]