Thread overview
[Issue 18942] core.internal.hash can take advantage of alignment info on non-x86
[Issue 18942] core.internal.hash should take advantage of alignment info on non-x86
Jun 05, 2018
Nathan S.
Jun 05, 2018
Nathan S.
Jun 05, 2018
Nathan S.
June 05, 2018
https://issues.dlang.org/show_bug.cgi?id=18942

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|core.internal.hash take     |core.internal.hash should
                   |advantage of alignment info |take advantage of alignment
                   |on non-x86                  |info on non-x86

--
June 05, 2018
https://issues.dlang.org/show_bug.cgi?id=18942

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|core.internal.hash should   |core.internal.hash can take
                   |take advantage of alignment |advantage of alignment info
                   |info on non-x86             |on non-x86

--
June 05, 2018
https://issues.dlang.org/show_bug.cgi?id=18942

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Pull request: https://github.com/dlang/druntime/pull/2209

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=18942

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/ff171a8d3febf19002ae0371eb76a46cd4b548f8 Fix Issue 18942 - core.internal.hash can take advantage of alignment info on non-x86

https://github.com/dlang/druntime/commit/892c79280d761bb6048fe5a16b389e4154bcfb38 Merge pull request #2209 from n8sh/core-hash-18942

Fix Issue 18942 - core.internal.hash can take advantage of alignment info on
non-x86
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=18942

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--