-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 armeabi-v7a #814
fix armeabi-v7a #814
Conversation
Emulate vzip1q_f32 for 32-bit
Thanks for this fix! Are you able to do any performance comparisons versus SIMD disabled on this platform? Just curious. |
I have a 32-bit arm7 device I can test on. What comparisons would be good to do? |
If you can run the benchmark app that would be great. Line 72 in 2dbb681
|
OK, I will setup a simple Android app for running the benchmark. |
OK @erincatto , I put up a repo with the results of running the benchmark: I have not interpreted the results. Let me know if you'd like anything else |
Fixed the formatting. You can see other benchmark results here: https://box2d.org/files/benchmark_results.html |
Ah, I messed up the formatting when I stripped the |
Fix #813
Emulate vzip1q_f32 for 32-bit