https://bugs.kde.org/show_bug.cgi?id=374596

--- Comment #5 from bugzi...@dcopp.net ---
(In reply to Tom Hughes from comment #3)
> Sure, but is the program compiled as 64 bit or 32 bit? It's using 32 bit
> register names in the assembly but that might be normal for RDTSCP which is
> why I asked how you were compiling it.

64 bit platform and tools.
The register names are only specifying "clobbers" to the assembler template.
The 'e' prefix for CPUID is appropriate (CPUID clobbers ecx).
The 'r' prefix on a register name indicates 64 bit.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to