On 23/08/16 12:17, gil wrote:

tried to build https://bugzilla.redhat.com/show_bug.cgi?id=1366839

on arm builder
but there is this problem

net_openhft_ticker_impl_JNIClock.cpp:59:25: error: 'rdtsc' was not
declared in this scope

any ideas?

Well rdtsc is an x86 assembly instruction to read the processors timestamp counter so you will need to replace that with something portable when not compiling on x86.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to