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

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
PowerPC
OS
All
Creation time
2018-11-19T19:56:14Z
Last change time
2018-11-20T00:43:38Z
Assigned to
No Owner
Creator
Nathan S.

Comments

Comment #0 by n8sh.secondary — 2018-11-19T19:56:14Z
Comment #1 by n8sh.secondary — 2018-11-19T20:01:08Z
Comment #2 by github-bugzilla — 2018-11-20T00:43:38Z
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