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
[SC-47213](https://app.shortcut.com/tiledb-inc/story/47213)
A typo in #4449 prevented AVX2 from being detected in GCC. This PR fixes
the typo and adds logging to allow validating whether AVX2 was detected.
Fixes#4967.
---
TYPE: BUILD
DESC: Fix AVX2 support detection.
On Ubuntu 24.04 with gcc 13.2.0, AVX2 detection fails
Cf build_cmake/CMakeFiles/CMakeConfigureLog.yaml:
Note that the gcc compilation line lacks a -mavx2, hence the failure to build the test program
The following patch fixes it:
The text was updated successfully, but these errors were encountered: