[D-runtime] [D-Programming-Language/druntime] 6053df: Implement 64-bit array operations for byte[]

GitHub via D-runtime d-runtime at puremagic.com
Mon Jun 2 10:48:32 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 6053df4b7b9e56c31a07328b82a09d47981a8c6c
      https://github.com/D-Programming-Language/druntime/commit/6053df4b7b9e56c31a07328b82a09d47981a8c6c
  Author: Hackerpilot <briancschott at gmail.com>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M src/rt/arraybyte.d

  Log Message:
  -----------
  Implement 64-bit array operations for byte[]


  Commit: 64f4cc0739498a082eb809a49bed65b5f308722f
      https://github.com/D-Programming-Language/druntime/commit/64f4cc0739498a082eb809a49bed65b5f308722f
  Author: Hackerpilot <briancschott at gmail.com>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M src/rt/arraybyte.d

  Log Message:
  -----------
  Remove SSE3 instructions


  Commit: 6b1d64d6368b5a2a610d6bf1b68903f042aa2c02
      https://github.com/D-Programming-Language/druntime/commit/6b1d64d6368b5a2a610d6bf1b68903f042aa2c02
  Author: Hackerpilot <briancschott at gmail.com>
  Date:   2014-05-31 (Sat, 31 May 2014)

  Changed paths:
    M src/rt/arraybyte.d

  Log Message:
  -----------
  Use correct mov instruction


  Commit: 8c536397eb41f568267f68ef1933c23fd3947ccc
      https://github.com/D-Programming-Language/druntime/commit/8c536397eb41f568267f68ef1933c23fd3947ccc
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-06-02 (Mon, 02 Jun 2014)

  Changed paths:
    M src/rt/arraybyte.d

  Log Message:
  -----------
  Merge pull request #816 from economicmodeling/arraybyte_64bit

Implement 64-bit array operations for byte[]


Compare: https://github.com/D-Programming-Language/druntime/compare/cb936c41fb32...8c536397eb41


More information about the D-runtime mailing list