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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 20 00:43:38 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19414

--- Comment #2 from github-bugzilla at 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

--


More information about the Digitalmars-d-bugs mailing list