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
I am trying to build version 2.31 using GCC 13.2. This is to take advantage of -march=zen4. Only GCC 13+ supports the extra instructions provided by the AMD zen4 microarchitecture (AVX512 etc.)
It looks like you patched this branch but you need this fix in the main branch too. You have to include cstdint if you want to use the int types it provides.
I would suggest you add -Wall and -Weffc++ and making sure that the code compiles clean before making a release.
The text was updated successfully, but these errors were encountered:
I am trying to build version 2.31 using GCC 13.2. This is to take advantage of -march=zen4. Only GCC 13+ supports the extra instructions provided by the AMD zen4 microarchitecture (AVX512 etc.)
Am hitting the same bug as this : https://bugs.gentoo.org/895860
It looks like you patched this branch but you need this fix in the main branch too. You have to include cstdint if you want to use the int types it provides.
I would suggest you add -Wall and -Weffc++ and making sure that the code compiles clean before making a release.
The text was updated successfully, but these errors were encountered: