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

Basic arm / 32-bit cpu support #143

Merged
merged 2 commits into from
Jan 8, 2022

Conversation

joelriendeau
Copy link

Hello, I use optick in a 32-bit embedded arm project. This requires using an alternate way of detecting the CPU name (cpuid.h is not available on my toolchain, and probably all arm toolchains as this is a CPU feature), and also changing an atomic variable to 32-bit.

…nippet to get a useful string, and this is somewhat contrary to what a low-impact lib should do
@bombomby bombomby merged commit 2ee1888 into bombomby:master Jan 8, 2022
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