November 19, 2018
https://issues.dlang.org/show_bug.cgi?id=19414

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

--
November 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19414

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

https://github.com/dlang/druntime/commit/249433af4f34aa1ad768f9af5e917e42aecd338f Fix Issue 19414 - object.__cmp(T[]) on big-endian architectures can use memcmp for unsigned integers of any size

https://github.com/dlang/druntime/commit/90600d02f81dd88544ec8ce1dc1c72cbc70661b9 Merge pull request #2359 from n8sh/issue-19414

Fix Issue 19414 - object.__cmp(T[]) on big-endian architectures can use memcmp for unsigned integers of any size

--