RDTSCP from dlang

kookman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 29 19:04:55 PDT 2016


I need to access the x86_64 RDTSCP assembly instruction from D.

I found this for C++:
http://stackoverflow.com/questions/14783782/which-inline-assembly-code-is-correct-for-rdtscp

Does anyone here know how (if?) I can do this from D?


More information about the Digitalmars-d-learn mailing list