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

Fix ARM compiling #134

Merged
merged 1 commit into from
Jul 10, 2019
Merged

Fix ARM compiling #134

merged 1 commit into from
Jul 10, 2019

Conversation

ProgramMax
Copy link
Owner

This commit fixes the ARM compiles.

There is still work to be done to get parity to x86:

  • The Vector unit tests fail because of the call to sqrt().
  • The CPUID code needs to be reworked.

But this is progress in the right direction. :)

Partially fixes #26

This commit fixes the ARM compiles.

There is still work to be done to get parity to x86:
- The Vector unit tests fail because of the call to sqrt().
- The CPUID code needs to be reworked.

But this is progress in the right direction. :)

Partially fixes #26
@ProgramMax ProgramMax added this to the v1 milestone Jul 10, 2019
@ProgramMax ProgramMax self-assigned this Jul 10, 2019
@ProgramMax ProgramMax merged commit 7cba017 into master Jul 10, 2019
@ProgramMax ProgramMax deleted the fix-arm-compiling branch July 10, 2019 10:14
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.

Arm version of CPUID
1 participant