[D-runtime] [D-Programming-Language/druntime] c552cd: Adding 64-bit sse code for array double operations...

GitHub via D-runtime d-runtime at puremagic.com
Fri May 30 18:19:34 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: c552cd3193be0ca7c7293411485c75cb1dd71ff0
      https://github.com/D-Programming-Language/druntime/commit/c552cd3193be0ca7c7293411485c75cb1dd71ff0
  Author: Jonathan Crapuchettes <jonathan at economicmodeling.com>
  Date:   2014-05-30 (Fri, 30 May 2014)

  Changed paths:
    M src/rt/arraydouble.d

  Log Message:
  -----------
  Adding 64-bit sse code for array double operations.


  Commit: b45da9b0f4b41ccada869f06dfecc3508fc47da7
      https://github.com/D-Programming-Language/druntime/commit/b45da9b0f4b41ccada869f06dfecc3508fc47da7
  Author: Jonathan Crapuchettes <jonathan at economicmodeling.com>
  Date:   2014-05-30 (Fri, 30 May 2014)

  Changed paths:
    M src/rt/arraydouble.d

  Log Message:
  -----------
  fix bad search/replace


  Commit: 1cc32b662e46ecaa205e625618ffee5cc4891f59
      https://github.com/D-Programming-Language/druntime/commit/1cc32b662e46ecaa205e625618ffee5cc4891f59
  Author: Jonathan Crapuchettes <jonathan at economicmodeling.com>
  Date:   2014-05-30 (Fri, 30 May 2014)

  Changed paths:
    M src/rt/arraydouble.d

  Log Message:
  -----------
  Fixed authors list and cleaned up commented code.


  Commit: 536e05a4b286a47bf9fde984a086c56c4c7a68e7
      https://github.com/D-Programming-Language/druntime/commit/536e05a4b286a47bf9fde984a086c56c4c7a68e7
  Author: Jonathan Crapuchettes <jonathan at economicmodeling.com>
  Date:   2014-05-30 (Fri, 30 May 2014)

  Changed paths:
    M src/rt/arraydouble.d

  Log Message:
  -----------
  Corrected assembly to only use SSE and SSE2, not SSE3 instructions.


  Commit: 3c1a9d296b2f61e35f63a354c706b9f1df48f800
      https://github.com/D-Programming-Language/druntime/commit/3c1a9d296b2f61e35f63a354c706b9f1df48f800
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-05-30 (Fri, 30 May 2014)

  Changed paths:
    M src/rt/arraydouble.d

  Log Message:
  -----------
  Merge pull request #815 from economicmodeling/arraydouble_64bit

Adding 64-bit sse code for array double operations.


Compare: https://github.com/D-Programming-Language/druntime/compare/4732b4e0d526...3c1a9d296b2f


More information about the D-runtime mailing list