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

Allow building Box2D on any architecture #790

Closed
wants to merge 1 commit into from

Conversation

hack3ric
Copy link

@hack3ric hack3ric commented Sep 4, 2024

This PR removes "Unsupported CPU" compiler error and adds fallback implementation of b2Pause by doing nothing.

Fixes #788.

This PR removes "Unsupported CPU" compiler error and adds fallback implementation of `b2Pause` by doing nothing.

Fixes erincatto#788.
hack3ric added a commit to hack3ric/archriscv-packages that referenced this pull request Sep 4, 2024
See erincatto/box2d#790.

Also see https://github.com/hack3ric/box2d/tree/riscv for RISC-V pause implementation on future versions of Box2D, and possibly more; current pause is implemented by SIMDe.
felixonmars pushed a commit to felixonmars/archriscv-packages that referenced this pull request Sep 4, 2024
See erincatto/box2d#790.

Also see https://github.com/hack3ric/box2d/tree/riscv for RISC-V pause implementation on future versions of Box2D, and possibly more; current pause is implemented by SIMDe.
@erincatto
Copy link
Owner

Implemented in #787

@erincatto erincatto closed this Sep 9, 2024
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.

Compilation on all architectures besides x86, ARM and WASM
2 participants