[dmd-internals] [D-Programming-Language/dmd] 037453: Add new SHA1 and SHA256 instructions to integrate ...

GitHub noreply at github.com
Mon Sep 16 23:49:16 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 037453d427e22858640b4420f29b08fb197bd781
      https://github.com/D-Programming-Language/dmd/commit/037453d427e22858640b4420f29b08fb197bd781
  Author: kai <kai at redstar.de>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M src/backend/ptrntab.c
    M test/runnable/iasm.d
    M test/runnable/iasm64.d

  Log Message:
  -----------
  Add new SHA1 and SHA256 instructions to integrate assembler.

These instruction were added to the latest Intel CPUs. core.cpuid
is already able to detect presence of these instructions.


  Commit: 408482bdb7ec0191e3e2bbb83ce5d1c3cd9bc67d
      https://github.com/D-Programming-Language/dmd/commit/408482bdb7ec0191e3e2bbb83ce5d1c3cd9bc67d
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M src/backend/ptrntab.c
    M test/runnable/iasm.d
    M test/runnable/iasm64.d

  Log Message:
  -----------
  Merge pull request #2564 from redstar/sha

Add new SHA1 and SHA256 instructions to integrate assembler.


Compare: https://github.com/D-Programming-Language/dmd/compare/e87199a75c50...408482bdb7ec


More information about the dmd-internals mailing list