← Back to index
|
Original Bugzilla link
Bug 13559 – missing 64-bit version of array short operations
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
x86_64
OS
All
Creation time
2014-09-30T22:50:00Z
Last change time
2015-02-18T03:38:05Z
Keywords
pull
Assigned to
nobody
Creator
code
Comments
Comment #0
by code — 2014-09-30T22:50:45Z
Looks like the last array op file that's still missing 64-bit support.
https://github.com/D-Programming-Language/druntime/blob/master/src/rt/arrayshort.d
Comment #1
by code — 2014-09-30T23:41:49Z
https://github.com/D-Programming-Language/druntime/pull/977
Comment #2
by github-bugzilla — 2014-10-13T08:37:24Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/9e2c0ab9e9e4a1befcf82dcc577bdbbfd21715db
fix Issue 13559 - missing 64-bit version of array short operations - copy&paste for 64-bit versions of array ops on shorts
https://github.com/D-Programming-Language/druntime/commit/62f5b89bbe92b5d2f3d4cd6a21950681c04a9dd1
Merge pull request #977 from MartinNowak/fix13559 fix Issue 13559 - missing 64-bit version of array short operations
Comment #3
by github-bugzilla — 2015-02-18T03:38:05Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/9e2c0ab9e9e4a1befcf82dcc577bdbbfd21715db
fix Issue 13559 - missing 64-bit version of array short operations
https://github.com/D-Programming-Language/druntime/commit/62f5b89bbe92b5d2f3d4cd6a21950681c04a9dd1
Merge pull request #977 from MartinNowak/fix13559