https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112547
liuhongt at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liuhongt at gcc dot gnu.org --- Comment #6 from liuhongt at gcc dot gnu.org --- (In reply to Filip Kastl from comment #5) > Compile options are: > -O2 -g -flto=128 > > Configure options of GCC are: > --enable-languages=c,c++,fortran,rust,m2 --disable-bootstrap > --disable-libsanitizer --disable-multilib --enable-checking=release hmm, so there's no avx512 in the cmdline options, haochen's commit shouldn't have any impact in theory(the binary should be exact the same). haochen, could you double check that?