OpenVDB + Apple M1 #1144
danrbailey
started this conversation in
General
Replies: 1 comment 1 reply
-
How did you manage to fix the issues regarding SSE while building Blosc? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just tried to build OpenVDB on Apple M1. I built the vdb_print binary and the unit tests successfully and all pass. OpenVDB itself needed no modifications to run on M1.
I tested with these dependencies:
* Blosc 1.5.0 requires a few modifications to build it (bumping minimum CMake to 3.0 and a few minor fixes related to SSE). Blosc 1.21.0 builds without modifications but the TestStreamCompression.testPagedStreams unit test fails due to some likely benign offset checks.
Just a quick test for now - I didn't assess performance or try with Half support, the other binaries, the Python module or the Houdini plugin.
Beta Was this translation helpful? Give feedback.
All reactions