You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning at CMakeLists.txt:253 (message):
Unrecognized system processor ppc64le. Cannot determine which hardware
features (GNU 8.2.0) supports, so hardware-accelerated implementations will
not be available.
ARM64 CMake:
CMake Warning at CMakeLists.txt:253 (message):
Unrecognized system processor aarch64. Cannot determine which hardware
features (GNU 7.3.0) supports, so hardware-accelerated implementations will
not be available.
Hi,
what CMake flags do you recommend for building on ppc64le and aarch64?
Currently, building for these platforms gives the warnings:
Afair, at least for PPC64le, AVX2 might be a thing. Should one just add the processor in the list?
See: conda-forge/blosc-feedstock#36
The text was updated successfully, but these errors were encountered: