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

Compilation on all architectures besides x86, ARM and WASM #788

Closed
hack3ric opened this issue Sep 4, 2024 · 1 comment
Closed

Compilation on all architectures besides x86, ARM and WASM #788

hack3ric opened this issue Sep 4, 2024 · 1 comment

Comments

@hack3ric
Copy link

hack3ric commented Sep 4, 2024

It turns out Box2D 3.x makes building on all but x86, ARM and WASM fail manually using #error in src/core.h, while 2.x can build on almost all architectures (see https://packages.debian.org/sid/libbox2d-dev).

hack3ric added a commit to hack3ric/box2d that referenced this issue Sep 4, 2024
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/box2d that referenced this issue Sep 4, 2024
This PR removes "Unsupported CPU" compiler error and adds fallback implementation of `b2Pause` by doing nothing.

Fixes erincatto#788.
erincatto added a commit that referenced this issue Sep 9, 2024
benchmark reorganization
erincatto added a commit that referenced this issue Sep 9, 2024
Updated benchmarks for AMD Ryzen when new Windows 11 patch.

#788
#791
@erincatto
Copy link
Owner

Implemented in #787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants