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
We've now got a bunch of logic in the cmake directory that can turn on lots of compiler architecture-specific optimization flags. We need to sort out how to actually use it. Also, we need to verify that these flags are actually getting used. Tried compiling one of the "Blake2" files that used AVX inside, and got compiler errors that AVX wasn't enabled, despite all these optimization flags.
The text was updated successfully, but these errors were encountered:
We've now got a bunch of logic in the
cmake
directory that can turn on lots of compiler architecture-specific optimization flags. We need to sort out how to actually use it. Also, we need to verify that these flags are actually getting used. Tried compiling one of the "Blake2" files that used AVX inside, and got compiler errors that AVX wasn't enabled, despite all these optimization flags.The text was updated successfully, but these errors were encountered: