We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appears to be an issue with compilation of the native affinity code on ARM via g++. Have reached out to Roger for comment, pointers.
g++
The text was updated successfully, but these errors were encountered:
See TeamCity
Sorry, something went wrong.
@JerryShea - reproduced this and here's the g++ output:
net_openhft_ticker_impl_JNIClock.cpp:65:19: error: ‘rdtsc’ was not declared in this scope 65 | return (jlong) rdtsc();
AFAIK fails due to rdtsc not existing on ARM but Roger will have better detail.
The build can be fixed up with the following PR (tested locally on ARM at time of writing) #128
@rogersimmons / @JerryShea do you know much about this JNIClock impl? No hits for it in the wider codebase
Fix for 32 and 64 bit ARM now available in #129
rogersimmons
No branches or pull requests
Appears to be an issue with compilation of the native affinity code on ARM via
g++
. Have reached out to Roger for comment, pointers.The text was updated successfully, but these errors were encountered: