← Back to index
|
Original Bugzilla link
Bug 12870 – No x86_64 optimized implementation for float array ops
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
x86_64
OS
All
Creation time
2014-06-06T17:49:00Z
Last change time
2015-06-09T01:31:18Z
Keywords
performance, pull
Assigned to
jcrapuchettes
Creator
jcrapuchettes
Comments
Comment #0
by jcrapuchettes — 2014-06-06T17:49:52Z
Optimized version blocks need to be added to arrayfloat.d for x86_64.
Comment #1
by briancschott — 2014-06-06T19:33:23Z
https://github.com/D-Programming-Language/druntime/pull/829
Comment #2
by github-bugzilla — 2014-06-06T20:22:45Z
Commit pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/2e0b8f532c08260eb55ede59a88d8d4fa9d83fb9
Merge pull request #829 from economicmodeling/arrayfloat_64bit Adding 64-bit sse and sse2 code for array float operations. Fix issue #12870