www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17027] New: Add support for tzcnt in x86(64) iasm

https://issues.dlang.org/show_bug.cgi?id=17027

          Issue ID: 17027
           Summary: Add support for tzcnt in x86(64) iasm
           Product: D
           Version: D2
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: b2.temp gmx.com

count trailings 0, currently we have to use the trick db/di.

http://www.felixcloutier.com/x86/TZCNT.html

--
Dec 24 2016