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
which is rather annoying. Can you test whether 512 vector width is supported in CMake, and disable it if unsupported? Otherwise the build simply fails.
opt in? Compiler wrappers may set the relevant -march flag, so in your CMake logic you can just test what vectorization features are supported without any additional flags and work with that.
The text was updated successfully, but these errors were encountered:
bricklib/stencils/cpuvfold.h
Line 27 in d817250
bricklib/CMakeLists.txt
Lines 105 to 118 in d817250
The text was updated successfully, but these errors were encountered: