Skip to content
New issue

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

Add rdtsc for ARM 64 and 32 bit #129

Merged
merged 6 commits into from
Jun 29, 2024
Merged

Add rdtsc for ARM 64 and 32 bit #129

merged 6 commits into from
Jun 29, 2024

Conversation

rogersimmons
Copy link
Contributor

@rogersimmons rogersimmons commented Jun 26, 2024

Add rdtsc for ARM 64 and 32 bit

Fixes #105

JNI_OS := darwin
endif
ifeq ($(UNAME_S), Windows)
JNI_OS := win32
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately the Windows build still failing in TC

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

windows support now added, and TC green

rogersimmons added 2 commits June 27, 2024 15:52
@rogersimmons rogersimmons merged commit 73cc564 into develop Jun 29, 2024
9 checks passed
@JerryShea JerryShea deleted the Issue105 branch December 30, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants